#8E74BF

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

Shades of True V #8E74BF

Tints of True V #8E74BF

Color information

#8E74BF (or 0x8E74BF) is unknown color: approx True V. HEX triplet: 8E, 74 and BF. RGB value is (142,116,191). Sum of RGB (Red+Green+Blue) = 142+116+191=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E74BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E74BF is #718B40. Grayscale: #848484. Windows color (decimal): -7441217 or 12547214. OLE color: 12547214.

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

Color convert

RGB142116191-
CMYK0.260.3900.25
HSL260.8º36.95%60.2%-
HSV(B)260.8º39.27%74.9%-
XYZ26.82252.12-
YUV132.32161.11134.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.63%
GREEN value IS 116 (45.70% from 255) = 25.84%
BLUE value IS 191 (75% from 255) = 42.54%
R=31.63%
G=25.84%
B=42.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421161910.260.3900.25260.836.9560.2
Hex8E74BF1A27019105253c
Octal21616427732470314054574
Binary1000111011101001011111111010100111011001100000101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E74BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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