Html Css Color HEX #9006A5 Dark Magenta

📋 copy color: '#9006A5'

red 144 ◦ green 6 ◦ blue 165

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

Shades of Dark Magenta #9006A5

Tints of Dark Magenta #9006A5

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.9%

 BLUE value IS 165 (64.84% from 255) = 52.38%

R = 45.71%
G = 1.9%
B = 52.38%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9006A5 (or 0x9006A5) is known color: Dark Magenta. HEX triplet: 90, 06 and A5. RGB value is (144,6,165). Sum of RGB (Red+Green+Blue) = 144+6+165=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 165 (64.84% from 255 or 52.38% from 315); Max value from RGB is 165 - color contains mainly: blue. Hex color #9006A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9006A5 is #6FF95A. Grayscale: #404040. Windows color (decimal): -7338331 or 10815120. OLE color: 10815120.

HSL color Cylindrical-coordinate representation of color #9006A5: hue angle of 292.08º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9006A5 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 144 6 165 -
CMYK 0.13 0.96 0 0.35
HSL 292.08º 0.93% 0.34% -
HSV(B) 292.08º 0.96% 0.65% -
XYZ 18.36 8.78 36.32 -
YUV 65.39 184.22 184.07 -
System Red Green Blue C M Y K H S L
Decimal 144 6 165 0.13 0.96 0 0.35 292.08 0.93 0.34
Hex 90 6 A5 D 60 0 23 124 5D 22
Octal 220 6 245 15 140 0 43 444 135 42
Binary 10010000 110 10100101 1101 1100000 0 100011 100100100 1011101 100010

Color Harmonies of #9006A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9006A5

Black with #9006A5

Text Example


Text Example

White with #9006A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9006A5; }

 p { color: rgb(144,6,165); }

 H1.HeaderClassName
 {
   color: #9006A5;
 }
 .AnyTagClassName
 {
   color: #9006A5;
 }
</style>

background-color css

<style>
 a { background-color: #9006A5; }

 a { background-color: rgb(144,6,165); }

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

border-color css

<style>
 span { border-color: #9006A5; }

 span { border-color: rgb(144,6,165); }

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