#9F61AA

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

Shades of Violet Blue #9F61AA

Tints of Violet Blue #9F61AA

Color information

#9F61AA (or 0x9F61AA) is unknown color: approx Violet Blue. HEX triplet: 9F, 61 and AA. RGB value is (159,97,170). Sum of RGB (Red+Green+Blue) = 159+97+170=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F61AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F61AA is #609E55. Grayscale: #7B7B7B. Windows color (decimal): -6331990 or 11166111. OLE color: 11166111.

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

Color convert

RGB15997170-
CMYK0.060.4300.33
HSL290.96º30.04%52.35%-
HSV(B)290.96º42.94%66.67%-
XYZ25.8318.8240.3-
YUV123.86154.04153.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.32%
GREEN value IS 97 (38.28% from 255) = 22.77%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=37.32%
G=22.77%
B=39.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159971700.060.4300.33290.9630.0452.35
Hex9F61AA62B0211231e34
Octal2371412526530414433664
Binary10011111110000110101010110101011010000110010001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F61AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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