#8C74BE

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

Shades of True V #8C74BE

Tints of True V #8C74BE

Color information

#8C74BE (or 0x8C74BE) is unknown color: approx True V. HEX triplet: 8C, 74 and BE. RGB value is (140,116,190). Sum of RGB (Red+Green+Blue) = 140+116+190=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C74BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C74BE is #738B41. Grayscale: #838383. Windows color (decimal): -7572290 or 12481676. OLE color: 12481676.

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

Color convert

RGB140116190-
CMYK0.260.3900.25
HSL259.46º36.27%60%-
HSV(B)259.46º38.95%74.51%-
XYZ26.3521.7851.53-
YUV131.61160.95133.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.39%
GREEN value IS 116 (45.70% from 255) = 26.01%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=31.39%
G=26.01%
B=42.60%

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
Decimal1401161900.260.3900.25259.4636.2760
Hex8C74BE1A27019103243c
Octal21416427632470314034474
Binary1000110011101001011111011010100111011001100000011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C74BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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