#8E74CC

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

Shades of True V #8E74CC

Tints of True V #8E74CC

Color information

#8E74CC (or 0x8E74CC) is unknown color: approx True V. HEX triplet: 8E, 74 and CC. RGB value is (142,116,204). Sum of RGB (Red+Green+Blue) = 142+116+204=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E74CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E74CC is #718B33. Grayscale: #858585. Windows color (decimal): -7441204 or 13399182. OLE color: 13399182.

HSL color Cylindrical-coordinate representation of color #8E74CC: hue angle of 257.73º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E74CC is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB142116204-
CMYK0.300.4300.2
HSL257.73º46.32%62.75%-
HSV(B)257.73º43.14%80%-
XYZ28.322.660-
YUV133.81167.61133.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.74%
GREEN value IS 116 (45.70% from 255) = 25.11%
BLUE value IS 204 (80.08% from 255) = 44.16%
R=30.74%
G=25.11%
B=44.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1421162040.300.4300.2257.7346.3262.75
Hex8E74CC1E2B0141022e3f
Octal21616431436530244025677
Binary1000111011101001100110011110101011010100100000010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E74CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,116,204); }

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

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

 a { background-color: rgb(142,116,204); }

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

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

 span { border-color: rgb(142,116,204); }

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