#9E249C

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

Shades of Vivid Violet #9E249C

Tints of Vivid Violet #9E249C

Color information

#9E249C (or 0x9E249C) is unknown color: approx Vivid Violet. HEX triplet: 9E, 24 and 9C. RGB value is (158,36,156). Sum of RGB (Red+Green+Blue) = 158+36+156=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 158 - color contains mainly: red. Hex color #9E249C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E249C is #61DB63. Grayscale: #555555. Windows color (decimal): -6413156 or 10232990. OLE color: 10232990.

HSL color Cylindrical-coordinate representation of color #9E249C: hue angle of 300.98º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E249C is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB15836156-
CMYK00.770.010.38
HSL300.98º62.89%38.04%-
HSV(B)300.98º77.22%61.96%-
XYZ20.7310.9332.47-
YUV86.16167.42179.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.14%
GREEN value IS 36 (14.45% from 255) = 10.29%
BLUE value IS 156 (61.33% from 255) = 44.57%
R=45.14%
G=10.29%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583615600.770.010.38300.9862.8938.04
Hex9E249C04D12612d3f26
Octal2364423401151464557746
Binary1001111010010010011100010011011100110100101101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E249C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E249C; }

 p { color: rgb(158,36,156); }

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

<style>
 a { background-color: #9E249C; }

 a { background-color: rgb(158,36,156); }

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

<style>
 span { border-color: #9E249C; }

 span { border-color: rgb(158,36,156); }

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