#9E65A0

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

Shades of Violet Blue #9E65A0

Tints of Violet Blue #9E65A0

Color information

#9E65A0 (or 0x9E65A0) is unknown color: approx Violet Blue. HEX triplet: 9E, 65 and A0. RGB value is (158,101,160). Sum of RGB (Red+Green+Blue) = 158+101+160=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 160 - color contains mainly: blue. Hex color #9E65A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E65A0 is #619A5F. Grayscale: #7C7C7C. Windows color (decimal): -6396512 or 10511774. OLE color: 10511774.

HSL color Cylindrical-coordinate representation of color #9E65A0: hue angle of 297.97º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E65A0 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB158101160-
CMYK0.010.3700.37
HSL297.97º23.69%51.18%-
HSV(B)297.97º36.88%62.75%-
XYZ25.119.1135.62-
YUV124.77147.88151.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.71%
GREEN value IS 101 (39.84% from 255) = 24.11%
BLUE value IS 160 (62.89% from 255) = 38.19%
R=37.71%
G=24.11%
B=38.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1581011600.010.3700.37297.9723.6951.18
Hex9E65A012502512a1833
Octal2361452401450454523063
Binary100111101100101101000001100101010010110010101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E65A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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