#9F7AA2

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

Shades of Violet Blue #9F7AA2

Tints of Violet Blue #9F7AA2

Color information

#9F7AA2 (or 0x9F7AA2) is unknown color: approx Violet Blue. HEX triplet: 9F, 7A and A2. RGB value is (159,122,162). Sum of RGB (Red+Green+Blue) = 159+122+162=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 162 - color contains mainly: blue. Hex color #9F7AA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7AA2 is #60855D. Grayscale: #898989. Windows color (decimal): -6325598 or 10648223. OLE color: 10648223.

HSL color Cylindrical-coordinate representation of color #9F7AA2: hue angle of 295.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F7AA2 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB159122162-
CMYK0.020.2500.36
HSL295.5º17.7%55.69%-
HSV(B)295.5º24.69%63.53%-
XYZ27.7823.937.33-
YUV137.62141.76143.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.89%
GREEN value IS 122 (48.05% from 255) = 27.54%
BLUE value IS 162 (63.67% from 255) = 36.57%
R=35.89%
G=27.54%
B=36.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591221620.020.2500.36295.517.755.69
Hex9F7AA22190241281238
Octal2371722422310444502270
Binary100111111111010101000101011001010010010010100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,122,162); }

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

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

 a { background-color: rgb(159,122,162); }

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

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

 span { border-color: rgb(159,122,162); }

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