#9F68AA

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

Shades of Violet Blue #9F68AA

Tints of Violet Blue #9F68AA

Color information

#9F68AA (or 0x9F68AA) is unknown color: approx Violet Blue. HEX triplet: 9F, 68 and AA. RGB value is (159,104,170). Sum of RGB (Red+Green+Blue) = 159+104+170=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F68AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F68AA is #609755. Grayscale: #7F7F7F. Windows color (decimal): -6330198 or 11167903. OLE color: 11167903.

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

Color convert

RGB159104170-
CMYK0.060.3900.33
HSL290º27.97%53.73%-
HSV(B)290º38.82%66.67%-
XYZ26.520.1740.53-
YUV127.97151.72150.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.72%
GREEN value IS 104 (41.02% from 255) = 24.02%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=36.72%
G=24.02%
B=39.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591041700.060.3900.3329027.9753.73
Hex9F68AA6270211221c36
Octal2371502526470414423466
Binary10011111110100010101010110100111010000110010001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F68AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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