#8C71BA

Color #8C71BA True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8C71BA

Tints of True V #8C71BA

Color information

#8C71BA (or 0x8C71BA) is unknown color: approx True V. HEX triplet: 8C, 71 and BA. RGB value is (140,113,186). Sum of RGB (Red+Green+Blue) = 140+113+186=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C71BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C71BA is #738E45. Grayscale: #818181. Windows color (decimal): -7573062 or 12218764. OLE color: 12218764.

HSL color Cylindrical-coordinate representation of color #8C71BA: hue angle of 262.19º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C71BA is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB140113186-
CMYK0.250.3900.27
HSL262.19º34.6%58.63%-
HSV(B)262.19º39.25%72.94%-
XYZ25.5820.9349.15-
YUV129.4159.95135.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.89%
GREEN value IS 113 (44.53% from 255) = 25.74%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=31.89%
G=25.74%
B=42.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401131860.250.3900.27262.1934.658.63
Hex8C71BA192701B106233b
Octal21416127231470334064373
Binary1000110011100011011101011001100111011011100000110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C71BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C71BA;
 }
 .AnyTagClassName
 {
   color: #8C71BA;
 }
</style>
background-color css

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

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

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

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

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

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