Html Css Color HEX #8903AB Dark Magenta

📋 copy color: '#8903AB'

red 137 ◦ green 3 ◦ blue 171

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

Shades of Dark Magenta #8903AB

Tints of Dark Magenta #8903AB

RGB

 RED value IS 137 (53.91% from 255) = 44.05%

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 44.05%
G = 0.96%
B = 54.98%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8903AB (or 0x8903AB) is known color: Dark Magenta. HEX triplet: 89, 03 and AB. RGB value is (137,3,171). Sum of RGB (Red+Green+Blue) = 137+3+171=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #8903AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8903AB is #76FC54. Grayscale: #3D3D3D. Windows color (decimal): -7797845 or 11207561. OLE color: 11207561.

HSL color Cylindrical-coordinate representation of color #8903AB: hue angle of 287.86º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8903AB is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 3 171 -
CMYK 0.20 0.98 0 0.33
HSL 287.86º 0.97% 0.34% -
HSV(B) 287.86º 0.98% 0.67% -
XYZ 17.7 8.32 39.2 -
YUV 62.22 189.39 181.34 -
System Red Green Blue C M Y K H S L
Decimal 137 3 171 0.20 0.98 0 0.33 287.86 0.97 0.34
Hex 89 3 AB 14 62 0 21 120 61 22
Octal 211 3 253 24 142 0 41 440 141 42
Binary 10001001 11 10101011 10100 1100010 0 100001 100100000 1100001 100010

Color Harmonies of #8903AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8903AB

Black with #8903AB

Text Example


Text Example

White with #8903AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,3,171); }

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

background-color css

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

 a { background-color: rgb(137,3,171); }

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

border-color css

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

 span { border-color: rgb(137,3,171); }

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