#8E71CA

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

Shades of True V #8E71CA

Tints of True V #8E71CA

Color information

#8E71CA (or 0x8E71CA) is unknown color: approx True V. HEX triplet: 8E, 71 and CA. RGB value is (142,113,202). Sum of RGB (Red+Green+Blue) = 142+113+202=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E71CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E71CA is #718E35. Grayscale: #838383. Windows color (decimal): -7441974 or 13267342. OLE color: 13267342.

HSL color Cylindrical-coordinate representation of color #8E71CA: hue angle of 259.55º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E71CA is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142113202-
CMYK0.300.4400.21
HSL259.55º45.64%61.76%-
HSV(B)259.55º44.06%79.22%-
XYZ27.7221.8358.63-
YUV131.82167.61135.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.07%
GREEN value IS 113 (44.53% from 255) = 24.73%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=31.07%
G=24.73%
B=44.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421132020.300.4400.21259.5545.6461.76
Hex8E71CA1E2C0151042e3e
Octal21616131236540254045676
Binary1000111011100011100101011110101100010101100000100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E71CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,113,202); }

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

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

 a { background-color: rgb(142,113,202); }

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

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

 span { border-color: rgb(142,113,202); }

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