#9F69AA

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

Shades of Violet Blue #9F69AA

Tints of Violet Blue #9F69AA

Color information

#9F69AA (or 0x9F69AA) is unknown color: approx Violet Blue. HEX triplet: 9F, 69 and AA. RGB value is (159,105,170). Sum of RGB (Red+Green+Blue) = 159+105+170=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F69AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F69AA is #609655. Grayscale: #808080. Windows color (decimal): -6329942 or 11168159. OLE color: 11168159.

HSL color Cylindrical-coordinate representation of color #9F69AA: hue angle of 289.85º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F69AA is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159105170-
CMYK0.060.3800.33
HSL289.85º27.66%53.92%-
HSV(B)289.85º38.24%66.67%-
XYZ26.6120.3840.56-
YUV128.56151.39149.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.64%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 170 (66.80% from 255) = 39.17%
R=36.64%
G=24.19%
B=39.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591051700.060.3800.33289.8527.6653.92
Hex9F69AA6260211221c36
Octal2371512526460414423466
Binary10011111110100110101010110100110010000110010001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F69AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,105,170); }

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

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

 a { background-color: rgb(159,105,170); }

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

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

 span { border-color: rgb(159,105,170); }

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