#9662A0

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

Shades of Violet Blue #9662A0

Tints of Violet Blue #9662A0

Color information

#9662A0 (or 0x9662A0) is unknown color: approx Violet Blue. HEX triplet: 96, 62 and A0. RGB value is (150,98,160). Sum of RGB (Red+Green+Blue) = 150+98+160=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 160 - color contains mainly: blue. Hex color #9662A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9662A0 is #699D5F. Grayscale: #787878. Windows color (decimal): -6921568 or 10510998. OLE color: 10510998.

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

Color convert

RGB15098160-
CMYK0.060.3900.37
HSL290.32º24.6%50.59%-
HSV(B)290.32º38.75%62.75%-
XYZ23.2917.7635.46-
YUV120.62150.23148.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.76%
GREEN value IS 98 (38.67% from 255) = 24.02%
BLUE value IS 160 (62.89% from 255) = 39.22%
R=36.76%
G=24.02%
B=39.22%

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
Decimal150981600.060.3900.37290.3224.650.59
Hex9662A06270251221933
Octal2261422406470454423163
Binary10010110110001010100000110100111010010110010001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9662A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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