#8C2492

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

Shades of Vivid Violet #8C2492

Tints of Vivid Violet #8C2492

Color information

#8C2492 (or 0x8C2492) is unknown color: approx Vivid Violet. HEX triplet: 8C, 24 and 92. RGB value is (140,36,146). Sum of RGB (Red+Green+Blue) = 140+36+146=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C2492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2492 is #73DB6D. Grayscale: #4F4F4F. Windows color (decimal): -7592814 or 9577612. OLE color: 9577612.

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

Color convert

RGB14036146-
CMYK0.040.7500.43
HSL296.73º60.44%35.69%-
HSV(B)296.73º75.34%57.25%-
XYZ16.638.9128.04-
YUV79.64165.46171.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.48%
GREEN value IS 36 (14.45% from 255) = 11.18%
BLUE value IS 146 (57.42% from 255) = 45.34%
R=43.48%
G=11.18%
B=45.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal140361460.040.7500.43296.7360.4435.69
Hex8C249244B02B1293c24
Octal2144422241130534517444
Binary100011001001001001001010010010110101011100101001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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