Html Css Color HEX #876DCB True V

📋 copy color: '#876DCB'

red 135 ◦ green 109 ◦ blue 203

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

Shades of True V #876DCB

Tints of True V #876DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.38%

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 30.2%
G = 24.38%
B = 45.41%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#876DCB (or 0x876DCB) is known color: True V. HEX triplet: 87, 6D and CB. RGB value is (135,109,203). Sum of RGB (Red+Green+Blue) = 135+109+203=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #876DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876DCB is #789234. Grayscale: #7F7F7F. Windows color (decimal): -7901749 or 13331847. OLE color: 13331847.

HSL color Cylindrical-coordinate representation of color #876DCB: hue angle of 256.6º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #876DCB is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 109 203 -
CMYK 0.33 0.46 0 0.20
HSL 256.6º 0.47% 0.61% -
HSV(B) 256.6º 0.46% 0.8% -
XYZ 26.24 20.4 59.05 -
YUV 127.49 170.61 133.36 -
System Red Green Blue C M Y K H S L
Decimal 135 109 203 0.33 0.46 0 0.20 256.6 0.47 0.61
Hex 87 6D CB 21 2E 0 14 101 2F 3D
Octal 207 155 313 41 56 0 24 401 57 75
Binary 10000111 1101101 11001011 100001 101110 0 10100 100000001 101111 111101

Color Harmonies of #876DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876DCB

Black with #876DCB

Text Example


Text Example

White with #876DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,109,203); }

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

background-color css

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

 a { background-color: rgb(135,109,203); }

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

border-color css

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

 span { border-color: rgb(135,109,203); }

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