#9E4297

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

Shades of Violet Blue #9E4297

Tints of Violet Blue #9E4297

Color information

#9E4297 (or 0x9E4297) is unknown color: approx Violet Blue. HEX triplet: 9E, 42 and 97. RGB value is (158,66,151). Sum of RGB (Red+Green+Blue) = 158+66+151=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4297 is #61BD68. Grayscale: #666666. Windows color (decimal): -6405481 or 9912990. OLE color: 9912990.

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

Color convert

RGB15866151-
CMYK00.580.040.38
HSL304.57º41.07%43.92%-
HSV(B)304.57º58.23%61.96%-
XYZ21.6313.430.72-
YUV103.2154.98167.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.13%
GREEN value IS 66 (26.17% from 255) = 17.6%
BLUE value IS 151 (59.38% from 255) = 40.27%
R=42.13%
G=17.6%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586615100.580.040.38304.5741.0743.92
Hex9E429703A426131292c
Octal2361022270724464615154
Binary100111101000010100101110111010100100110100110001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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