#9E6190

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

Shades of Violet Blue #9E6190

Tints of Violet Blue #9E6190

Color information

#9E6190 (or 0x9E6190) is unknown color: approx Violet Blue. HEX triplet: 9E, 61 and 90. RGB value is (158,97,144). Sum of RGB (Red+Green+Blue) = 158+97+144=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6190 is #619E6F. Grayscale: #787878. Windows color (decimal): -6397552 or 9462174. OLE color: 9462174.

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

Color convert

RGB15897144-
CMYK00.390.090.38
HSL313.77º23.92%50%-
HSV(B)313.77º38.61%61.96%-
XYZ23.4117.8328.59-
YUV120.6141.21154.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.60%
GREEN value IS 97 (38.28% from 255) = 24.31%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=39.60%
G=24.31%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589714400.390.090.38313.7723.9250
Hex9E619002792613a1832
Octal23614122004711464723062
Binary100111101100001100100000100111100110011010011101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,97,144); }

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

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

 a { background-color: rgb(158,97,144); }

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

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

 span { border-color: rgb(158,97,144); }

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