Html Css Color HEX #876CDB Medium Purple

📋 copy color: '#876CDB'

red 135 ◦ green 108 ◦ blue 219

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

Shades of Medium Purple #876CDB

Tints of Medium Purple #876CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.38%

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

R = 29.22%
G = 23.38%
B = 47.4%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#876CDB (or 0x876CDB) is known color: Medium Purple. HEX triplet: 87, 6C and DB. RGB value is (135,108,219). Sum of RGB (Red+Green+Blue) = 135+108+219=462 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.22% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #876CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876CDB is #789324. Grayscale: #808080. Windows color (decimal): -7901989 or 14380167. OLE color: 14380167.

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

Color convert

RGB 135 108 219 -
CMYK 0.38 0.51 0 0.14
HSL 254.59º 0.61% 0.64% -
HSV(B) 254.59º 0.51% 0.86% -
XYZ 28.14 20.99 69.59 -
YUV 128.73 178.95 132.47 -
System Red Green Blue C M Y K H S L
Decimal 135 108 219 0.38 0.51 0 0.14 254.59 0.61 0.64
Hex 87 6C DB 26 33 0 E FF 3D 40
Octal 207 154 333 46 63 0 16 377 75 100
Binary 10000111 1101100 11011011 100110 110011 0 1110 11111111 111101 1000000

Color Harmonies of #876CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876CDB

Black with #876CDB

Text Example


Text Example

White with #876CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876CDB; }

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

 H1.HeaderClassName
 {
   color: #876CDB;
 }
 .AnyTagClassName
 {
   color: #876CDB;
 }
</style>

background-color css

<style>
 a { background-color: #876CDB; }

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

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

border-color css

<style>
 span { border-color: #876CDB; }

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

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