#9D2AA9

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

Shades of Vivid Violet #9D2AA9

Tints of Vivid Violet #9D2AA9

Color information

#9D2AA9 (or 0x9D2AA9) is unknown color: approx Vivid Violet. HEX triplet: 9D, 2A and A9. RGB value is (157,42,169). Sum of RGB (Red+Green+Blue) = 157+42+169=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 169 (66.41% from 255 or 45.92% from 368); Max value from RGB is 169 - color contains mainly: blue. Hex color #9D2AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2AA9 is #62D556. Grayscale: #5A5A5A. Windows color (decimal): -6477143 or 11086493. OLE color: 11086493.

HSL color Cylindrical-coordinate representation of color #9D2AA9: hue angle of 294.33º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D2AA9 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15742169-
CMYK0.070.7500.34
HSL294.33º60.19%41.37%-
HSV(B)294.33º75.15%66.27%-
XYZ21.8911.6938.64-
YUV90.86172.1175.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.66%
GREEN value IS 42 (16.80% from 255) = 11.41%
BLUE value IS 169 (66.41% from 255) = 45.92%
R=42.66%
G=11.41%
B=45.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal157421690.070.7500.34294.3360.1941.37
Hex9D2AA974B0221263c29
Octal2355225171130424467451
Binary100111011010101010100111110010110100010100100110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,42,169); }

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

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

 a { background-color: rgb(157,42,169); }

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

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

 span { border-color: rgb(157,42,169); }

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