#9941A6

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

Shades of Violet Blue #9941A6

Tints of Violet Blue #9941A6

Color information

#9941A6 (or 0x9941A6) is unknown color: approx Violet Blue. HEX triplet: 99, 41 and A6. RGB value is (153,65,166). Sum of RGB (Red+Green+Blue) = 153+65+166=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 166 - color contains mainly: blue. Hex color #9941A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9941A6 is #66BE59. Grayscale: #666666. Windows color (decimal): -6733402 or 10895769. OLE color: 10895769.

HSL color Cylindrical-coordinate representation of color #9941A6: hue angle of 292.28º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9941A6 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15365166-
CMYK0.080.6100.35
HSL292.28º43.72%45.29%-
HSV(B)292.28º60.84%65.1%-
XYZ21.9113.3137.49-
YUV102.83163.65163.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.84%
GREEN value IS 65 (25.78% from 255) = 16.93%
BLUE value IS 166 (65.23% from 255) = 43.23%
R=39.84%
G=16.93%
B=43.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal153651660.080.6100.35292.2843.7245.29
Hex9941A683D0231242c2d
Octal23110124610750434445455
Binary1001100110000011010011010001111010100011100100100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9941A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9941A6; }

 p { color: rgb(153,65,166); }

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

<style>
 a { background-color: #9941A6; }

 a { background-color: rgb(153,65,166); }

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

<style>
 span { border-color: #9941A6; }

 span { border-color: rgb(153,65,166); }

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