#9E659D

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

Shades of Violet Blue #9E659D

Tints of Violet Blue #9E659D

Color information

#9E659D (or 0x9E659D) is unknown color: approx Violet Blue. HEX triplet: 9E, 65 and 9D. RGB value is (158,101,157). Sum of RGB (Red+Green+Blue) = 158+101+157=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 158 - color contains mainly: red. Hex color #9E659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E659D is #619A62. Grayscale: #7C7C7C. Windows color (decimal): -6396515 or 10315166. OLE color: 10315166.

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

Color convert

RGB158101157-
CMYK00.360.010.38
HSL301.05º22.71%50.78%-
HSV(B)301.05º36.08%61.96%-
XYZ24.8419.0134.26-
YUV124.43146.38151.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.98%
GREEN value IS 101 (39.84% from 255) = 24.28%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=37.98%
G=24.28%
B=37.74%

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
Decimal15810115700.360.010.38301.0522.7150.78
Hex9E659D02412612d1733
Octal2361452350441464552763
Binary100111101100101100111010100100110011010010110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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