#9E3D9F

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

Shades of Violet Blue #9E3D9F

Tints of Violet Blue #9E3D9F

Color information

#9E3D9F (or 0x9E3D9F) is unknown color: approx Violet Blue. HEX triplet: 9E, 3D and 9F. RGB value is (158,61,159). Sum of RGB (Red+Green+Blue) = 158+61+159=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E3D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3D9F is #61C260. Grayscale: #646464. Windows color (decimal): -6406753 or 10435998. OLE color: 10435998.

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

Color convert

RGB15861159-
CMYK0.010.6200.38
HSL299.39º44.55%43.14%-
HSV(B)299.39º61.64%62.35%-
XYZ22.0313.1134.17-
YUV101.18160.64168.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.80%
GREEN value IS 61 (24.22% from 255) = 16.14%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=41.80%
G=16.14%
B=42.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158611590.010.6200.38299.3944.5543.14
Hex9E3D9F13E02612b2d2b
Octal236752371760464535553
Binary100111101111011001111111111100100110100101011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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