#9E65AD

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

Shades of Violet Blue #9E65AD

Tints of Violet Blue #9E65AD

Color information

#9E65AD (or 0x9E65AD) is unknown color: approx Violet Blue. HEX triplet: 9E, 65 and AD. RGB value is (158,101,173). Sum of RGB (Red+Green+Blue) = 158+101+173=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E65AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E65AD is #619A52. Grayscale: #7E7E7E. Windows color (decimal): -6396499 or 11363742. OLE color: 11363742.

HSL color Cylindrical-coordinate representation of color #9E65AD: hue angle of 287.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E65AD is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB158101173-
CMYK0.090.4200.32
HSL287.5º30.51%53.73%-
HSV(B)287.5º41.62%67.84%-
XYZ26.319.5941.93-
YUV126.25154.38150.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.57%
GREEN value IS 101 (39.84% from 255) = 23.38%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=36.57%
G=23.38%
B=40.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581011730.090.4200.32287.530.5153.73
Hex9E65AD92A0201201f36
Octal23614525511520404403766
Binary100111101100101101011011001101010010000010010000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E65AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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