#9E3099

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

Shades of Vivid Violet #9E3099

Tints of Vivid Violet #9E3099

Color information

#9E3099 (or 0x9E3099) is unknown color: approx Vivid Violet. HEX triplet: 9E, 30 and 99. RGB value is (158,48,153). Sum of RGB (Red+Green+Blue) = 158+48+153=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3099 is #61CF66. Grayscale: #5C5C5C. Windows color (decimal): -6410087 or 10039454. OLE color: 10039454.

HSL color Cylindrical-coordinate representation of color #9E3099: hue angle of 302.73º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E3099 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15848153-
CMYK00.700.030.38
HSL302.73º53.4%40.39%-
HSV(B)302.73º69.62%61.96%-
XYZ20.9111.6831.29-
YUV92.86161.94174.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.01%
GREEN value IS 48 (19.14% from 255) = 13.37%
BLUE value IS 153 (60.16% from 255) = 42.62%
R=44.01%
G=13.37%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584815300.700.030.38302.7353.440.39
Hex9E309904632612f3528
Octal2366023101063464576550
Binary10011110110000100110010100011011100110100101111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,48,153); }

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

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

 a { background-color: rgb(158,48,153); }

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

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

 span { border-color: rgb(158,48,153); }

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