Html Css Color HEX #9007AE Dark Magenta

📋 copy color: '#9007AE'

red 144 ◦ green 7 ◦ blue 174

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

Shades of Dark Magenta #9007AE

Tints of Dark Magenta #9007AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 53.54%

R = 44.31%
G = 2.15%
B = 53.54%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9007AE (or 0x9007AE) is known color: Dark Magenta. HEX triplet: 90, 07 and AE. RGB value is (144,7,174). Sum of RGB (Red+Green+Blue) = 144+7+174=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #9007AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9007AE is #6FF851. Grayscale: #424242. Windows color (decimal): -7338066 or 11405200. OLE color: 11405200.

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

Color convert

RGB 144 7 174 -
CMYK 0.17 0.96 0 0.32
HSL 289.22º 0.92% 0.35% -
HSV(B) 289.22º 0.96% 0.68% -
XYZ 19.22 9.14 40.8 -
YUV 67 188.39 182.92 -
System Red Green Blue C M Y K H S L
Decimal 144 7 174 0.17 0.96 0 0.32 289.22 0.92 0.35
Hex 90 7 AE 11 60 0 20 121 5C 23
Octal 220 7 256 21 140 0 40 441 134 43
Binary 10010000 111 10101110 10001 1100000 0 100000 100100001 1011100 100011

Color Harmonies of #9007AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9007AE

Black with #9007AE

Text Example


Text Example

White with #9007AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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