#9E449F

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

Shades of Violet Blue #9E449F

Tints of Violet Blue #9E449F

Color information

#9E449F (or 0x9E449F) is unknown color: approx Violet Blue. HEX triplet: 9E, 44 and 9F. RGB value is (158,68,159). Sum of RGB (Red+Green+Blue) = 158+68+159=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E449F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E449F is #61BB60. Grayscale: #696969. Windows color (decimal): -6404961 or 10437790. OLE color: 10437790.

HSL color Cylindrical-coordinate representation of color #9E449F: hue angle of 299.34º degrees, saturation: 0.4, 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 #9E449F is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15868159-
CMYK0.010.5700.38
HSL299.34º40.09%44.51%-
HSV(B)299.34º57.23%62.35%-
XYZ22.4313.9134.3-
YUV105.28158.32165.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.04%
GREEN value IS 68 (26.95% from 255) = 17.66%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=41.04%
G=17.66%
B=41.30%

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
Decimal158681590.010.5700.38299.3440.0944.51
Hex9E449F13902612b282d
Octal2361042371710464535055
Binary1001111010001001001111111110010100110100101011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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