Html Css Color HEX #9007AA Dark Magenta

📋 copy color: '#9007AA'

red 144 ◦ green 7 ◦ blue 170

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

Shades of Dark Magenta #9007AA

Tints of Dark Magenta #9007AA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.18%

 BLUE value IS 170 (66.8% from 255) = 52.96%

R = 44.86%
G = 2.18%
B = 52.96%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9007AA (or 0x9007AA) is known color: Dark Magenta. HEX triplet: 90, 07 and AA. RGB value is (144,7,170). Sum of RGB (Red+Green+Blue) = 144+7+170=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #9007AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9007AA is #6FF855. Grayscale: #424242. Windows color (decimal): -7338070 or 11143056. OLE color: 11143056.

HSL color Cylindrical-coordinate representation of color #9007AA: hue angle of 290.43º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9007AA is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 7 170 -
CMYK 0.15 0.96 0 0.33
HSL 290.43º 0.92% 0.35% -
HSV(B) 290.43º 0.96% 0.67% -
XYZ 18.83 8.98 38.77 -
YUV 66.55 186.39 183.25 -
System Red Green Blue C M Y K H S L
Decimal 144 7 170 0.15 0.96 0 0.33 290.43 0.92 0.35
Hex 90 7 AA F 60 0 21 122 5C 23
Octal 220 7 252 17 140 0 41 442 134 43
Binary 10010000 111 10101010 1111 1100000 0 100001 100100010 1011100 100011

Color Harmonies of #9007AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9007AA

Black with #9007AA

Text Example


Text Example

White with #9007AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9007AA; }

 p { color: rgb(144,7,170); }

 H1.HeaderClassName
 {
   color: #9007AA;
 }
 .AnyTagClassName
 {
   color: #9007AA;
 }
</style>

background-color css

<style>
 a { background-color: #9007AA; }

 a { background-color: rgb(144,7,170); }

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

border-color css

<style>
 span { border-color: #9007AA; }

 span { border-color: rgb(144,7,170); }

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