#9E3D9B

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

Shades of Violet Blue #9E3D9B

Tints of Violet Blue #9E3D9B

Color information

#9E3D9B (or 0x9E3D9B) is unknown color: approx Violet Blue. HEX triplet: 9E, 3D and 9B. RGB value is (158,61,155). Sum of RGB (Red+Green+Blue) = 158+61+155=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3D9B is #61C264. Grayscale: #646464. Windows color (decimal): -6406757 or 10173854. OLE color: 10173854.

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

Color convert

RGB15861155-
CMYK00.610.020.38
HSL301.86º44.29%42.94%-
HSV(B)301.86º61.39%61.96%-
XYZ21.6912.9732.37-
YUV100.72158.64168.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.25%
GREEN value IS 61 (24.22% from 255) = 16.31%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=42.25%
G=16.31%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586115500.610.020.38301.8644.2942.94
Hex9E3D9B03D22612e2c2b
Octal236752330752464565453
Binary1001111011110110011011011110110100110100101110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,61,155); }

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

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

 a { background-color: rgb(158,61,155); }

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

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

 span { border-color: rgb(158,61,155); }

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