#9E3D9A

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

Shades of Violet Blue #9E3D9A

Tints of Violet Blue #9E3D9A

Color information

#9E3D9A (or 0x9E3D9A) is unknown color: approx Violet Blue. HEX triplet: 9E, 3D and 9A. RGB value is (158,61,154). Sum of RGB (Red+Green+Blue) = 158+61+154=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3D9A is #61C265. Grayscale: #646464. Windows color (decimal): -6406758 or 10108318. OLE color: 10108318.

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

Color convert

RGB15861154-
CMYK00.610.030.38
HSL302.47º44.29%42.94%-
HSV(B)302.47º61.39%61.96%-
XYZ21.612.9431.93-
YUV100.6158.14168.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.36%
GREEN value IS 61 (24.22% from 255) = 16.35%
BLUE value IS 154 (60.55% from 255) = 41.29%
R=42.36%
G=16.35%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586115400.610.030.38302.4744.2942.94
Hex9E3D9A03D32612e2c2b
Octal236752320753464565453
Binary1001111011110110011010011110111100110100101110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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