#8C71BE

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

Shades of True V #8C71BE

Tints of True V #8C71BE

Color information

#8C71BE (or 0x8C71BE) is unknown color: approx True V. HEX triplet: 8C, 71 and BE. RGB value is (140,113,190). Sum of RGB (Red+Green+Blue) = 140+113+190=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C71BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C71BE is #738E41. Grayscale: #818181. Windows color (decimal): -7573058 or 12480908. OLE color: 12480908.

HSL color Cylindrical-coordinate representation of color #8C71BE: hue angle of 261.04º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C71BE is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140113190-
CMYK0.260.4100.25
HSL261.04º37.2%59.41%-
HSV(B)261.04º40.53%74.51%-
XYZ26.0121.151.42-
YUV129.85161.95135.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.60%
GREEN value IS 113 (44.53% from 255) = 25.51%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=31.60%
G=25.51%
B=42.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401131900.260.4100.25261.0437.259.41
Hex8C71BE1A29019105253b
Octal21416127632510314054573
Binary1000110011100011011111011010101001011001100000101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C71BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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