#9E4299

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

Shades of Violet Blue #9E4299

Tints of Violet Blue #9E4299

Color information

#9E4299 (or 0x9E4299) is unknown color: approx Violet Blue. HEX triplet: 9E, 42 and 99. RGB value is (158,66,153). Sum of RGB (Red+Green+Blue) = 158+66+153=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4299 is #61BD66. Grayscale: #676767. Windows color (decimal): -6405479 or 10044062. OLE color: 10044062.

HSL color Cylindrical-coordinate representation of color #9E4299: hue angle of 303.26º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E4299 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15866153-
CMYK00.580.030.38
HSL303.26º41.07%43.92%-
HSV(B)303.26º58.23%61.96%-
XYZ21.813.4731.59-
YUV103.43155.98166.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.91%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=41.91%
G=17.51%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586615300.580.030.38303.2641.0743.92
Hex9E429903A32612f292c
Octal2361022310723464575154
Binary10011110100001010011001011101011100110100101111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,66,153); }

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

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

 a { background-color: rgb(158,66,153); }

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

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

 span { border-color: rgb(158,66,153); }

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