#9E659F

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

Shades of Violet Blue #9E659F

Tints of Violet Blue #9E659F

Color information

#9E659F (or 0x9E659F) is unknown color: approx Violet Blue. HEX triplet: 9E, 65 and 9F. RGB value is (158,101,159). Sum of RGB (Red+Green+Blue) = 158+101+159=418 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.80% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E659F is #619A60. Grayscale: #7C7C7C. Windows color (decimal): -6396513 or 10446238. OLE color: 10446238.

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

Color convert

RGB158101159-
CMYK0.010.3600.38
HSL298.97º23.2%50.98%-
HSV(B)298.97º36.48%62.35%-
XYZ25.0119.0835.17-
YUV124.66147.38151.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.80%
GREEN value IS 101 (39.84% from 255) = 24.16%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=37.80%
G=24.16%
B=38.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581011590.010.3600.38298.9723.250.98
Hex9E659F12402612b1733
Octal2361452371440464532763
Binary100111101100101100111111100100010011010010101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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