#9E3299

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

Shades of Vivid Violet #9E3299

Tints of Vivid Violet #9E3299

Color information

#9E3299 (or 0x9E3299) is unknown color: approx Vivid Violet. HEX triplet: 9E, 32 and 99. RGB value is (158,50,153). Sum of RGB (Red+Green+Blue) = 158+50+153=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3299 is #61CD66. Grayscale: #5D5D5D. Windows color (decimal): -6409575 or 10039966. OLE color: 10039966.

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

Color convert

RGB15850153-
CMYK00.680.030.38
HSL302.78º51.92%40.78%-
HSV(B)302.78º68.35%61.96%-
XYZ20.9911.8531.32-
YUV94.03161.28173.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.77%
GREEN value IS 50 (19.92% from 255) = 13.85%
BLUE value IS 153 (60.16% from 255) = 42.38%
R=43.77%
G=13.85%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585015300.680.030.38302.7851.9240.78
Hex9E329904432612f3429
Octal2366223101043464576451
Binary10011110110010100110010100010011100110100101111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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