#9E3D93

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

Shades of Violet Blue #9E3D93

Tints of Violet Blue #9E3D93

Color information

#9E3D93 (or 0x9E3D93) is unknown color: approx Violet Blue. HEX triplet: 9E, 3D and 93. RGB value is (158,61,147). Sum of RGB (Red+Green+Blue) = 158+61+147=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3D93 is #61C26C. Grayscale: #636363. Windows color (decimal): -6406765 or 9649566. OLE color: 9649566.

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

Color convert

RGB15861147-
CMYK00.610.070.38
HSL306.8º44.29%42.94%-
HSV(B)306.8º61.39%61.96%-
XYZ21.0412.7128.95-
YUV99.81154.64169.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.17%
GREEN value IS 61 (24.22% from 255) = 16.67%
BLUE value IS 147 (57.81% from 255) = 40.16%
R=43.17%
G=16.67%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586114700.610.070.38306.844.2942.94
Hex9E3D9303D7261332c2b
Octal236752230757464635453
Binary10011110111101100100110111101111100110100110011101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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