#9A209B

Color #9A209B Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9A209B

Tints of Dark Magenta #9A209B

Color information

#9A209B (or 0x9A209B) is unknown color: approx Dark Magenta. HEX triplet: 9A, 20 and 9B. RGB value is (154,32,155). Sum of RGB (Red+Green+Blue) = 154+32+155=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A209B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A209B is #65DF64. Grayscale: #525252. Windows color (decimal): -6676325 or 10166426. OLE color: 10166426.

HSL color Cylindrical-coordinate representation of color #9A209B: hue angle of 299.51º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A209B is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15432155-
CMYK0.010.7900.39
HSL299.51º65.78%36.67%-
HSV(B)299.51º79.35%60.78%-
XYZ19.7610.2731.95-
YUV82.5168.92179-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.16%
GREEN value IS 32 (12.89% from 255) = 9.38%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=45.16%
G=9.38%
B=45.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal154321550.010.7900.39299.5165.7836.67
Hex9A209B14F02712c4225
Octal23240233111704745410245
Binary10011010100000100110111100111101001111001011001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A209B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,32,155); }

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

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

 a { background-color: rgb(154,32,155); }

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

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

 span { border-color: rgb(154,32,155); }

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