#8C2494

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

Shades of Vivid Violet #8C2494

Tints of Vivid Violet #8C2494

Color information

#8C2494 (or 0x8C2494) is unknown color: approx Vivid Violet. HEX triplet: 8C, 24 and 94. RGB value is (140,36,148). Sum of RGB (Red+Green+Blue) = 140+36+148=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #8C2494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2494 is #73DB6B. Grayscale: #4F4F4F. Windows color (decimal): -7592812 or 9708684. OLE color: 9708684.

HSL color Cylindrical-coordinate representation of color #8C2494: hue angle of 295.71º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C2494 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14036148-
CMYK0.050.7600.42
HSL295.71º60.87%36.08%-
HSV(B)295.71º75.68%58.04%-
XYZ16.798.9828.86-
YUV79.86166.46170.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.21%
GREEN value IS 36 (14.45% from 255) = 11.11%
BLUE value IS 148 (58.20% from 255) = 45.68%
R=43.21%
G=11.11%
B=45.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140361480.050.7600.42295.7160.8736.08
Hex8C249454C02A1283d24
Octal2144422451140524507544
Binary100011001001001001010010110011000101010100101000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,36,148); }

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

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

 a { background-color: rgb(140,36,148); }

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

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

 span { border-color: rgb(140,36,148); }

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