#8E74CF

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

Shades of True V #8E74CF

Tints of True V #8E74CF

Color information

#8E74CF (or 0x8E74CF) is unknown color: approx True V. HEX triplet: 8E, 74 and CF. RGB value is (142,116,207). Sum of RGB (Red+Green+Blue) = 142+116+207=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E74CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E74CF is #718B30. Grayscale: #858585. Windows color (decimal): -7441201 or 13595790. OLE color: 13595790.

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

Color convert

RGB142116207-
CMYK0.310.4400.19
HSL257.14º48.66%63.33%-
HSV(B)257.14º43.96%81.18%-
XYZ28.6622.7561.91-
YUV134.15169.11133.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.54%
GREEN value IS 116 (45.70% from 255) = 24.95%
BLUE value IS 207 (81.25% from 255) = 44.52%
R=30.54%
G=24.95%
B=44.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421162070.310.4400.19257.1448.6663.33
Hex8E74CF1F2C013101313f
Octal21616431737540234016177
Binary1000111011101001100111111111101100010011100000001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E74CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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