Html Css Color HEX #9A008D Dark Magenta

📋 copy color: '#9A008D'

red 154 ◦ green 0 ◦ blue 141

#9A008D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #9A008D

Tints of Dark Magenta #9A008D

RGB

 RED value IS 154 (60.55% from 255) = 52.2%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 141 (55.47% from 255) = 47.8%

R = 52.2%
G = 0%
B = 47.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A008D (or 0x9A008D) is known color: Dark Magenta. HEX triplet: 9A, 00 and 8D. RGB value is (154,0,141). Sum of RGB (Red+Green+Blue) = 154+0+141=295 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.20% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 154 - color contains mainly: red. Hex color #9A008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A008D is #65FF72. Grayscale: #3D3D3D. Windows color (decimal): -6684531 or 9240730. OLE color: 9240730.

HSL color Cylindrical-coordinate representation of color #9A008D: hue angle of 305.06º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A008D is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 0 141 -
CMYK 0 1 0.08 0.40
HSL 305.06º 1% 0.3% -
HSV(B) 305.06º 1% 0.6% -
XYZ 18.13 8.79 25.94 -
YUV 62.12 172.52 193.54 -
System Red Green Blue C M Y K H S L
Decimal 154 0 141 0 1 0.08 0.40 305.06 1 0.3
Hex 9A 0 8D 0 64 8 28 131 64 1E
Octal 232 0 215 0 144 10 50 461 144 36
Binary 10011010 0 10001101 0 1100100 1000 101000 100110001 1100100 11110

Color Harmonies of #9A008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A008D

Black with #9A008D

Text Example


Text Example

White with #9A008D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,0,141); }

 H1.HeaderClassName
 {
   color: #9A008D;
 }
 .AnyTagClassName
 {
   color: #9A008D;
 }
</style>

background-color css

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

 a { background-color: rgb(154,0,141); }

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

border-color css

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

 span { border-color: rgb(154,0,141); }

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