#9E3594

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

Shades of Vivid Violet #9E3594

Tints of Vivid Violet #9E3594

Color information

#9E3594 (or 0x9E3594) is unknown color: approx Vivid Violet. HEX triplet: 9E, 35 and 94. RGB value is (158,53,148). Sum of RGB (Red+Green+Blue) = 158+53+148=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3594 is #61CA6B. Grayscale: #5E5E5E. Windows color (decimal): -6408812 or 9713054. OLE color: 9713054.

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

Color convert

RGB15853148-
CMYK00.660.060.38
HSL305.71º49.76%41.37%-
HSV(B)305.71º66.46%61.96%-
XYZ20.7211.9529.23-
YUV95.22157.79172.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.01%
GREEN value IS 53 (21.09% from 255) = 14.76%
BLUE value IS 148 (58.20% from 255) = 41.23%
R=44.01%
G=14.76%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585314800.660.060.38305.7149.7641.37
Hex9E35940426261323229
Octal2366522401026464626251
Binary100111101101011001010001000010110100110100110010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,53,148); }

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

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

 a { background-color: rgb(158,53,148); }

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

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

 span { border-color: rgb(158,53,148); }

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