Html Css Color HEX #900A8A Dark Magenta

📋 copy color: '#900A8A'

red 144 ◦ green 10 ◦ blue 138

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

Shades of Dark Magenta #900A8A

Tints of Dark Magenta #900A8A

RGB

 RED value IS 144 (56.64% from 255) = 49.32%

 GREEN value IS 10 (4.3% from 255) = 3.42%

 BLUE value IS 138 (54.3% from 255) = 47.26%

R = 49.32%
G = 3.42%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#900A8A (or 0x900A8A) is known color: Dark Magenta. HEX triplet: 90, 0A and 8A. RGB value is (144,10,138). Sum of RGB (Red+Green+Blue) = 144+10+138=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #900A8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900A8A is #6FF575. Grayscale: #404040. Windows color (decimal): -7337334 or 9046672. OLE color: 9046672.

HSL color Cylindrical-coordinate representation of color #900A8A: hue angle of 302.69º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A8A is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 10 138 -
CMYK 0 0.93 0.04 0.44
HSL 302.69º 0.87% 0.3% -
HSV(B) 302.69º 0.93% 0.56% -
XYZ 16.2 7.98 24.73 -
YUV 64.66 169.39 184.59 -
System Red Green Blue C M Y K H S L
Decimal 144 10 138 0 0.93 0.04 0.44 302.69 0.87 0.3
Hex 90 A 8A 0 5D 4 2C 12F 57 1E
Octal 220 12 212 0 135 4 54 457 127 36
Binary 10010000 1010 10001010 0 1011101 100 101100 100101111 1010111 11110

Color Harmonies of #900A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900A8A

Black with #900A8A

Text Example


Text Example

White with #900A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900A8A; }

 p { color: rgb(144,10,138); }

 H1.HeaderClassName
 {
   color: #900A8A;
 }
 .AnyTagClassName
 {
   color: #900A8A;
 }
</style>

background-color css

<style>
 a { background-color: #900A8A; }

 a { background-color: rgb(144,10,138); }

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

border-color css

<style>
 span { border-color: #900A8A; }

 span { border-color: rgb(144,10,138); }

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