#9E659C

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

Shades of Violet Blue #9E659C

Tints of Violet Blue #9E659C

Color information

#9E659C (or 0x9E659C) is unknown color: approx Violet Blue. HEX triplet: 9E, 65 and 9C. RGB value is (158,101,156). Sum of RGB (Red+Green+Blue) = 158+101+156=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 158 - color contains mainly: red. Hex color #9E659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E659C is #619A63. Grayscale: #7C7C7C. Windows color (decimal): -6396516 or 10249630. OLE color: 10249630.

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

Color convert

RGB158101156-
CMYK00.360.010.38
HSL302.11º22.71%50.78%-
HSV(B)302.11º36.08%61.96%-
XYZ24.7518.9833.81-
YUV124.31145.88152.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.07%
GREEN value IS 101 (39.84% from 255) = 24.34%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=38.07%
G=24.34%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810115600.360.010.38302.1122.7150.78
Hex9E659C02412612e1733
Octal2361452340441464562763
Binary100111101100101100111000100100110011010010111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,101,156); }

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

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

 a { background-color: rgb(158,101,156); }

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

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

 span { border-color: rgb(158,101,156); }

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