#9F65AE

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

Shades of Violet Blue #9F65AE

Tints of Violet Blue #9F65AE

Color information

#9F65AE (or 0x9F65AE) is unknown color: approx Violet Blue. HEX triplet: 9F, 65 and AE. RGB value is (159,101,174). Sum of RGB (Red+Green+Blue) = 159+101+174=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F65AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F65AE is #609A51. Grayscale: #7E7E7E. Windows color (decimal): -6330962 or 11429279. OLE color: 11429279.

HSL color Cylindrical-coordinate representation of color #9F65AE: hue angle of 287.67º 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 #9F65AE is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB159101174-
CMYK0.090.4200.32
HSL287.67º31.06%53.92%-
HSV(B)287.67º41.95%68.24%-
XYZ26.5919.7342.45-
YUV126.66154.72151.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.64%
GREEN value IS 101 (39.84% from 255) = 23.27%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=36.64%
G=23.27%
B=40.09%

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
Decimal1591011740.090.4200.32287.6731.0653.92
Hex9F65AE92A0201201f36
Octal23714525611520404403766
Binary100111111100101101011101001101010010000010010000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F65AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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