#9E3999

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

Shades of Vivid Violet #9E3999

Tints of Vivid Violet #9E3999

Color information

#9E3999 (or 0x9E3999) is unknown color: approx Vivid Violet. HEX triplet: 9E, 39 and 99. RGB value is (158,57,153). Sum of RGB (Red+Green+Blue) = 158+57+153=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3999 is #61C666. Grayscale: #616161. Windows color (decimal): -6407783 or 10041758. OLE color: 10041758.

HSL color Cylindrical-coordinate representation of color #9E3999: hue angle of 302.97º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E3999 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15857153-
CMYK00.640.030.38
HSL302.97º46.98%42.16%-
HSV(B)302.97º63.92%61.96%-
XYZ21.3112.531.43-
YUV98.14158.96170.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.93%
GREEN value IS 57 (22.66% from 255) = 15.49%
BLUE value IS 153 (60.16% from 255) = 41.58%
R=42.93%
G=15.49%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585715300.640.030.38302.9746.9842.16
Hex9E399904032612f2f2a
Octal2367123101003464575752
Binary10011110111001100110010100000011100110100101111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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