#8E74BE

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

Shades of True V #8E74BE

Tints of True V #8E74BE

Color information

#8E74BE (or 0x8E74BE) is unknown color: approx True V. HEX triplet: 8E, 74 and BE. RGB value is (142,116,190). Sum of RGB (Red+Green+Blue) = 142+116+190=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E74BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E74BE is #718B41. Grayscale: #838383. Windows color (decimal): -7441218 or 12481678. OLE color: 12481678.

HSL color Cylindrical-coordinate representation of color #8E74BE: hue angle of 261.08º degrees, saturation: 0.36, 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 #8E74BE is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142116190-
CMYK0.250.3900.25
HSL261.08º36.27%60%-
HSV(B)261.08º38.95%74.51%-
XYZ26.6921.9651.55-
YUV132.21160.61134.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.70%
GREEN value IS 116 (45.70% from 255) = 25.89%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=31.70%
G=25.89%
B=42.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421161900.250.3900.25261.0836.2760
Hex8E74BE1927019105243c
Octal21616427631470314054474
Binary1000111011101001011111011001100111011001100000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E74BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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