#9E6195

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

Shades of Violet Blue #9E6195

Tints of Violet Blue #9E6195

Color information

#9E6195 (or 0x9E6195) is unknown color: approx Violet Blue. HEX triplet: 9E, 61 and 95. RGB value is (158,97,149). Sum of RGB (Red+Green+Blue) = 158+97+149=404 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.11% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6195 is #619E6A. Grayscale: #797979. Windows color (decimal): -6397547 or 9789854. OLE color: 9789854.

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

Color convert

RGB15897149-
CMYK00.390.060.38
HSL308.85º23.92%50%-
HSV(B)308.85º38.61%61.96%-
XYZ23.817.9930.65-
YUV121.17143.71154.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.11%
GREEN value IS 97 (38.28% from 255) = 24.01%
BLUE value IS 149 (58.59% from 255) = 36.88%
R=39.11%
G=24.01%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589714900.390.060.38308.8523.9250
Hex9E61950276261351832
Octal2361412250476464653062
Binary10011110110000110010101010011111010011010011010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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