#9E3C9A

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

Shades of Violet Blue #9E3C9A

Tints of Violet Blue #9E3C9A

Color information

#9E3C9A (or 0x9E3C9A) is unknown color: approx Violet Blue. HEX triplet: 9E, 3C and 9A. RGB value is (158,60,154). Sum of RGB (Red+Green+Blue) = 158+60+154=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3C9A is #61C365. Grayscale: #636363. Windows color (decimal): -6407014 or 10108062. OLE color: 10108062.

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

Color convert

RGB15860154-
CMYK00.620.030.38
HSL302.45º44.95%42.75%-
HSV(B)302.45º62.03%61.96%-
XYZ21.5512.8331.91-
YUV100.02158.47169.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.47%
GREEN value IS 60 (23.83% from 255) = 16.13%
BLUE value IS 154 (60.55% from 255) = 41.40%
R=42.47%
G=16.13%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586015400.620.030.38302.4544.9542.75
Hex9E3C9A03E32612e2d2b
Octal236742320763464565553
Binary1001111011110010011010011111011100110100101110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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