#9E3B94

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

Shades of Violet Blue #9E3B94

Tints of Violet Blue #9E3B94

Color information

#9E3B94 (or 0x9E3B94) is unknown color: approx Violet Blue. HEX triplet: 9E, 3B and 94. RGB value is (158,59,148). Sum of RGB (Red+Green+Blue) = 158+59+148=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3B94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3B94 is #61C46B. Grayscale: #626262. Windows color (decimal): -6407276 or 9714590. OLE color: 9714590.

HSL color Cylindrical-coordinate representation of color #9E3B94: hue angle of 306.06º 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 #9E3B94 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB15859148-
CMYK00.630.060.38
HSL306.06º45.62%42.55%-
HSV(B)306.06º62.66%61.96%-
XYZ21.0112.5429.33-
YUV98.75155.8170.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.29%
GREEN value IS 59 (23.44% from 255) = 16.16%
BLUE value IS 148 (58.20% from 255) = 40.55%
R=43.29%
G=16.16%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585914800.630.060.38306.0645.6242.55
Hex9E3B9403F6261322e2b
Octal236732240776464625653
Binary10011110111011100101000111111110100110100110010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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