#9E459F

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

Shades of Violet Blue #9E459F

Tints of Violet Blue #9E459F

Color information

#9E459F (or 0x9E459F) is unknown color: approx Violet Blue. HEX triplet: 9E, 45 and 9F. RGB value is (158,69,159). Sum of RGB (Red+Green+Blue) = 158+69+159=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E459F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E459F is #61BA60. Grayscale: #696969. Windows color (decimal): -6404705 or 10438046. OLE color: 10438046.

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

Color convert

RGB15869159-
CMYK0.010.5700.38
HSL299.33º39.47%44.71%-
HSV(B)299.33º56.6%62.35%-
XYZ22.4914.0334.32-
YUV105.87157.99165.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.93%
GREEN value IS 69 (27.34% from 255) = 17.88%
BLUE value IS 159 (62.5% from 255) = 41.19%
R=40.93%
G=17.88%
B=41.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158691590.010.5700.38299.3339.4744.71
Hex9E459F13902612b272d
Octal2361052371710464534755
Binary1001111010001011001111111110010100110100101011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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