#9E249A

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

Shades of Vivid Violet #9E249A

Tints of Vivid Violet #9E249A

Color information

#9E249A (or 0x9E249A) is unknown color: approx Vivid Violet. HEX triplet: 9E, 24 and 9A. RGB value is (158,36,154). Sum of RGB (Red+Green+Blue) = 158+36+154=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 158 - color contains mainly: red. Hex color #9E249A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E249A is #61DB65. Grayscale: #555555. Windows color (decimal): -6413158 or 10101918. OLE color: 10101918.

HSL color Cylindrical-coordinate representation of color #9E249A: hue angle of 301.97º 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 #9E249A is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15836154-
CMYK00.770.030.38
HSL301.97º62.89%38.04%-
HSV(B)301.97º77.22%61.96%-
XYZ20.5610.8631.58-
YUV85.93166.42179.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.40%
GREEN value IS 36 (14.45% from 255) = 10.34%
BLUE value IS 154 (60.55% from 255) = 44.25%
R=45.40%
G=10.34%
B=44.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583615400.770.030.38301.9762.8938.04
Hex9E249A04D32612e3f26
Octal2364423201153464567746
Binary10011110100100100110100100110111100110100101110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E249A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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