Html Css Color HEX #875BDB Medium Purple

📋 copy color: '#875BDB'

red 135 ◦ green 91 ◦ blue 219

#875BDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #875BDB

Tints of Medium Purple #875BDB

RGB

 RED value IS 135 (53.13% from 255) = 30.34%

 GREEN value IS 91 (35.94% from 255) = 20.45%

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 30.34%
G = 20.45%
B = 49.21%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#875BDB (or 0x875BDB) is known color: Medium Purple. HEX triplet: 87, 5B and DB. RGB value is (135,91,219). Sum of RGB (Red+Green+Blue) = 135+91+219=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #875BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875BDB is #78A424. Grayscale: #767676. Windows color (decimal): -7906341 or 14375815. OLE color: 14375815.

HSL color Cylindrical-coordinate representation of color #875BDB: hue angle of 260.62º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #875BDB is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 91 219 -
CMYK 0.38 0.58 0 0.14
HSL 260.63º 0.64% 0.61% -
HSV(B) 260.63º 0.58% 0.86% -
XYZ 26.52 17.75 69.05 -
YUV 118.75 184.58 139.59 -
System Red Green Blue C M Y K H S L
Decimal 135 91 219 0.38 0.58 0 0.14 260.63 0.64 0.61
Hex 87 5B DB 26 3A 0 E 105 40 3D
Octal 207 133 333 46 72 0 16 405 100 75
Binary 10000111 1011011 11011011 100110 111010 0 1110 100000101 1000000 111101

Color Harmonies of #875BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875BDB

Black with #875BDB

Text Example


Text Example

White with #875BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875BDB; }

 p { color: rgb(135,91,219); }

 H1.HeaderClassName
 {
   color: #875BDB;
 }
 .AnyTagClassName
 {
   color: #875BDB;
 }
</style>

background-color css

<style>
 a { background-color: #875BDB; }

 a { background-color: rgb(135,91,219); }

 div.DivClassName
 {
   background-color: #875BDB;
 }
 .BgClassName
 {
   background-color: #875BDB;
 }
</style>

border-color css

<style>
 span { border-color: #875BDB; }

 span { border-color: rgb(135,91,219); }

 td.TdClassName
 {
   border-color: #875BDB;
 }
 .TagClassName
 {
   border-color: #875BDB;
 }
</style>