#9E6695

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

Shades of Violet Blue #9E6695

Tints of Violet Blue #9E6695

Color information

#9E6695 (or 0x9E6695) is unknown color: approx Violet Blue. HEX triplet: 9E, 66 and 95. RGB value is (158,102,149). Sum of RGB (Red+Green+Blue) = 158+102+149=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6695 is #61996A. Grayscale: #7B7B7B. Windows color (decimal): -6396267 or 9791134. OLE color: 9791134.

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

Color convert

RGB158102149-
CMYK00.350.060.38
HSL309.64º22.4%50.98%-
HSV(B)309.64º35.44%61.96%-
XYZ24.2818.9430.81-
YUV124.1142.05152.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.63%
GREEN value IS 102 (40.23% from 255) = 24.94%
BLUE value IS 149 (58.59% from 255) = 36.43%
R=38.63%
G=24.94%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810214900.350.060.38309.6422.450.98
Hex9E66950236261361633
Octal2361462250436464662663
Binary10011110110011010010101010001111010011010011011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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