#9E3D98

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

Shades of Violet Blue #9E3D98

Tints of Violet Blue #9E3D98

Color information

#9E3D98 (or 0x9E3D98) is unknown color: approx Violet Blue. HEX triplet: 9E, 3D and 98. RGB value is (158,61,152). Sum of RGB (Red+Green+Blue) = 158+61+152=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3D98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3D98 is #61C267. Grayscale: #646464. Windows color (decimal): -6406760 or 9977246. OLE color: 9977246.

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

Color convert

RGB15861152-
CMYK00.610.040.38
HSL303.71º44.29%42.94%-
HSV(B)303.71º61.39%61.96%-
XYZ21.4412.8731.06-
YUV100.38157.14169.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.59%
GREEN value IS 61 (24.22% from 255) = 16.44%
BLUE value IS 152 (59.77% from 255) = 40.97%
R=42.59%
G=16.44%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586115200.610.040.38303.7144.2942.94
Hex9E3D9803D4261302c2b
Octal236752300754464605453
Binary10011110111101100110000111101100100110100110000101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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