#9E3B9A

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

Shades of Violet Blue #9E3B9A

Tints of Violet Blue #9E3B9A

Color information

#9E3B9A (or 0x9E3B9A) is unknown color: approx Violet Blue. HEX triplet: 9E, 3B and 9A. RGB value is (158,59,154). Sum of RGB (Red+Green+Blue) = 158+59+154=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3B9A is #61C465. Grayscale: #636363. Windows color (decimal): -6407270 or 10107806. OLE color: 10107806.

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

Color convert

RGB15859154-
CMYK00.630.030.38
HSL302.42º45.62%42.55%-
HSV(B)302.42º62.66%61.96%-
XYZ21.512.7331.9-
YUV99.43158.8169.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.59%
GREEN value IS 59 (23.44% from 255) = 15.90%
BLUE value IS 154 (60.55% from 255) = 41.51%
R=42.59%
G=15.90%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585915400.630.030.38302.4245.6242.55
Hex9E3B9A03F32612e2e2b
Octal236732320773464565653
Binary1001111011101110011010011111111100110100101110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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