#9E6295

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

Shades of Violet Blue #9E6295

Tints of Violet Blue #9E6295

Color information

#9E6295 (or 0x9E6295) is unknown color: approx Violet Blue. HEX triplet: 9E, 62 and 95. RGB value is (158,98,149). Sum of RGB (Red+Green+Blue) = 158+98+149=405 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.01% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6295 is #619D6A. Grayscale: #797979. Windows color (decimal): -6397291 or 9790110. OLE color: 9790110.

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

Color convert

RGB15898149-
CMYK00.380.060.38
HSL309º23.62%50.2%-
HSV(B)309º37.97%61.96%-
XYZ23.8918.1730.68-
YUV121.75143.38153.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.01%
GREEN value IS 98 (38.67% from 255) = 24.20%
BLUE value IS 149 (58.59% from 255) = 36.79%
R=39.01%
G=24.20%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589814900.380.060.3830923.6250.2
Hex9E62950266261351832
Octal2361422250466464653062
Binary10011110110001010010101010011011010011010011010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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