#9F65AB

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

Shades of Violet Blue #9F65AB

Tints of Violet Blue #9F65AB

Color information

#9F65AB (or 0x9F65AB) is unknown color: approx Violet Blue. HEX triplet: 9F, 65 and AB. RGB value is (159,101,171). Sum of RGB (Red+Green+Blue) = 159+101+171=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F65AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F65AB is #609A54. Grayscale: #7E7E7E. Windows color (decimal): -6330965 or 11232671. OLE color: 11232671.

HSL color Cylindrical-coordinate representation of color #9F65AB: hue angle of 289.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F65AB is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159101171-
CMYK0.070.4100.33
HSL289.71º29.41%53.33%-
HSV(B)289.71º40.94%67.06%-
XYZ26.319.6240.93-
YUV126.32153.22151.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.89%
GREEN value IS 101 (39.84% from 255) = 23.43%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=36.89%
G=23.43%
B=39.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591011710.070.4100.33289.7129.4153.33
Hex9F65AB7290211221d35
Octal2371452537510414423565
Binary10011111110010110101011111101001010000110010001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F65AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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