Html Css Color HEX #8C71CE True V

📋 copy color: '#8C71CE'

red 140 ◦ green 113 ◦ blue 206

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

Shades of True V #8C71CE

Tints of True V #8C71CE

RGB

 RED value IS 140 (55.08% from 255) = 30.5%

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

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 30.5%
G = 24.62%
B = 44.88%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C71CE (or 0x8C71CE) is known color: True V. HEX triplet: 8C, 71 and CE. RGB value is (140,113,206). Sum of RGB (Red+Green+Blue) = 140+113+206=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C71CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C71CE is #738E31. Grayscale: #838383. Windows color (decimal): -7573042 or 13529484. OLE color: 13529484.

HSL color Cylindrical-coordinate representation of color #8C71CE: hue angle of 257.42º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C71CE is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 113 206 -
CMYK 0.32 0.45 0 0.19
HSL 257.42º 0.49% 0.63% -
HSV(B) 257.42º 0.45% 0.81% -
XYZ 27.86 21.84 61.14 -
YUV 131.68 169.95 133.94 -
System Red Green Blue C M Y K H S L
Decimal 140 113 206 0.32 0.45 0 0.19 257.42 0.49 0.63
Hex 8C 71 CE 20 2D 0 13 101 31 3F
Octal 214 161 316 40 55 0 23 401 61 77
Binary 10001100 1110001 11001110 100000 101101 0 10011 100000001 110001 111111

Color Harmonies of #8C71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C71CE

Black with #8C71CE

Text Example


Text Example

White with #8C71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C71CE; }

 p { color: rgb(140,113,206); }

 H1.HeaderClassName
 {
   color: #8C71CE;
 }
 .AnyTagClassName
 {
   color: #8C71CE;
 }
</style>

background-color css

<style>
 a { background-color: #8C71CE; }

 a { background-color: rgb(140,113,206); }

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

border-color css

<style>
 span { border-color: #8C71CE; }

 span { border-color: rgb(140,113,206); }

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