Html Css Color HEX #9008AB Dark Magenta

📋 copy color: '#9008AB'

red 144 ◦ green 8 ◦ blue 171

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

Shades of Dark Magenta #9008AB

Tints of Dark Magenta #9008AB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.48%

 BLUE value IS 171 (67.19% from 255) = 52.94%

R = 44.58%
G = 2.48%
B = 52.94%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9008AB (or 0x9008AB) is known color: Dark Magenta. HEX triplet: 90, 08 and AB. RGB value is (144,8,171). Sum of RGB (Red+Green+Blue) = 144+8+171=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #9008AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9008AB is #6FF754. Grayscale: #424242. Windows color (decimal): -7337813 or 11208848. OLE color: 11208848.

HSL color Cylindrical-coordinate representation of color #9008AB: hue angle of 290.06º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9008AB is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 8 171 -
CMYK 0.16 0.95 0 0.33
HSL 290.06º 0.91% 0.35% -
HSV(B) 290.06º 0.95% 0.67% -
XYZ 18.94 9.04 39.28 -
YUV 67.25 186.56 182.75 -
System Red Green Blue C M Y K H S L
Decimal 144 8 171 0.16 0.95 0 0.33 290.06 0.91 0.35
Hex 90 8 AB 10 5F 0 21 122 5B 23
Octal 220 10 253 20 137 0 41 442 133 43
Binary 10010000 1000 10101011 10000 1011111 0 100001 100100010 1011011 100011

Color Harmonies of #9008AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9008AB

Black with #9008AB

Text Example


Text Example

White with #9008AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9008AB; }

 p { color: rgb(144,8,171); }

 H1.HeaderClassName
 {
   color: #9008AB;
 }
 .AnyTagClassName
 {
   color: #9008AB;
 }
</style>

background-color css

<style>
 a { background-color: #9008AB; }

 a { background-color: rgb(144,8,171); }

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

border-color css

<style>
 span { border-color: #9008AB; }

 span { border-color: rgb(144,8,171); }

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