#9E6692

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

Shades of Violet Blue #9E6692

Tints of Violet Blue #9E6692

Color information

#9E6692 (or 0x9E6692) is unknown color: approx Violet Blue. HEX triplet: 9E, 66 and 92. RGB value is (158,102,146). Sum of RGB (Red+Green+Blue) = 158+102+146=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6692 is #61996D. Grayscale: #7B7B7B. Windows color (decimal): -6396270 or 9594526. OLE color: 9594526.

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

Color convert

RGB158102146-
CMYK00.350.080.38
HSL312.86º22.4%50.98%-
HSV(B)312.86º35.44%61.96%-
XYZ24.0418.8529.56-
YUV123.76140.55152.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.92%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 146 (57.42% from 255) = 35.96%
R=38.92%
G=25.12%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810214600.350.080.38312.8622.450.98
Hex9E66920238261391633
Octal23614622204310464712663
Binary100111101100110100100100100011100010011010011100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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