#9661A0

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

Shades of Violet Blue #9661A0

Tints of Violet Blue #9661A0

Color information

#9661A0 (or 0x9661A0) is unknown color: approx Violet Blue. HEX triplet: 96, 61 and A0. RGB value is (150,97,160). Sum of RGB (Red+Green+Blue) = 150+97+160=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 160 - color contains mainly: blue. Hex color #9661A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9661A0 is #699E5F. Grayscale: #777777. Windows color (decimal): -6921824 or 10510742. OLE color: 10510742.

HSL color Cylindrical-coordinate representation of color #9661A0: hue angle of 290.48º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9661A0 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15097160-
CMYK0.060.3900.37
HSL290.48º24.9%50.39%-
HSV(B)290.48º39.38%62.75%-
XYZ23.217.5735.43-
YUV120.03150.56149.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 97 (38.28% from 255) = 23.83%
BLUE value IS 160 (62.89% from 255) = 39.31%
R=36.86%
G=23.83%
B=39.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal150971600.060.3900.37290.4824.950.39
Hex9661A06270251221932
Octal2261412406470454423162
Binary10010110110000110100000110100111010010110010001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9661A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9661A0; }

 p { color: rgb(150,97,160); }

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

<style>
 a { background-color: #9661A0; }

 a { background-color: rgb(150,97,160); }

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

<style>
 span { border-color: #9661A0; }

 span { border-color: rgb(150,97,160); }

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