#8C4E92

Color #8C4E92 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8C4E92

Tints of Vivid Violet #8C4E92

Color information

#8C4E92 (or 0x8C4E92) is unknown color: approx Vivid Violet. HEX triplet: 8C, 4E and 92. RGB value is (140,78,146). Sum of RGB (Red+Green+Blue) = 140+78+146=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C4E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C4E92 is #73B16D. Grayscale: #686868. Windows color (decimal): -7582062 or 9588364. OLE color: 9588364.

HSL color Cylindrical-coordinate representation of color #8C4E92: hue angle of 294.71º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C4E92 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14078146-
CMYK0.040.4700.43
HSL294.71º30.36%43.92%-
HSV(B)294.71º46.58%57.25%-
XYZ18.7313.128.74-
YUV104.29151.54153.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.46%
GREEN value IS 78 (30.86% from 255) = 21.43%
BLUE value IS 146 (57.42% from 255) = 40.11%
R=38.46%
G=21.43%
B=40.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal140781460.040.4700.43294.7130.3643.92
Hex8C4E9242F02B1271e2c
Octal2141162224570534473654
Binary10001100100111010010010100101111010101110010011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,78,146); }

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

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

 a { background-color: rgb(140,78,146); }

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

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

 span { border-color: rgb(140,78,146); }

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