Html Css Color HEX #8871CD True V

📋 copy color: '#8871CD'

red 136 ◦ green 113 ◦ blue 205

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

Shades of True V #8871CD

Tints of True V #8871CD

RGB

 RED value IS 136 (53.52% from 255) = 29.96%

 GREEN value IS 113 (44.53% from 255) = 24.89%

 BLUE value IS 205 (80.47% from 255) = 45.15%

R = 29.96%
G = 24.89%
B = 45.15%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8871CD (or 0x8871CD) is known color: True V. HEX triplet: 88, 71 and CD. RGB value is (136,113,205). Sum of RGB (Red+Green+Blue) = 136+113+205=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #8871CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8871CD is #778E32. Grayscale: #828282. Windows color (decimal): -7835187 or 13463944. OLE color: 13463944.

HSL color Cylindrical-coordinate representation of color #8871CD: hue angle of 255º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8871CD is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 113 205 -
CMYK 0.34 0.45 0 0.20
HSL 255º 0.48% 0.62% -
HSV(B) 255º 0.45% 0.8% -
XYZ 27.08 21.45 60.47 -
YUV 130.37 170.12 132.02 -
System Red Green Blue C M Y K H S L
Decimal 136 113 205 0.34 0.45 0 0.20 255 0.48 0.62
Hex 88 71 CD 22 2D 0 14 FF 30 3E
Octal 210 161 315 42 55 0 24 377 60 76
Binary 10001000 1110001 11001101 100010 101101 0 10100 11111111 110000 111110

Color Harmonies of #8871CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8871CD

Black with #8871CD

Text Example


Text Example

White with #8871CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8871CD; }

 p { color: rgb(136,113,205); }

 H1.HeaderClassName
 {
   color: #8871CD;
 }
 .AnyTagClassName
 {
   color: #8871CD;
 }
</style>

background-color css

<style>
 a { background-color: #8871CD; }

 a { background-color: rgb(136,113,205); }

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

border-color css

<style>
 span { border-color: #8871CD; }

 span { border-color: rgb(136,113,205); }

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