Html Css Color HEX #8907A0 Dark Magenta

📋 copy color: '#8907A0'

red 137 ◦ green 7 ◦ blue 160

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

Shades of Dark Magenta #8907A0

Tints of Dark Magenta #8907A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 52.63%

R = 45.07%
G = 2.3%
B = 52.63%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8907A0 (or 0x8907A0) is known color: Dark Magenta. HEX triplet: 89, 07 and A0. RGB value is (137,7,160). Sum of RGB (Red+Green+Blue) = 137+7+160=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 160 (62.89% from 255 or 52.63% from 304); Max value from RGB is 160 - color contains mainly: blue. Hex color #8907A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8907A0 is #76F85F. Grayscale: #3E3E3E. Windows color (decimal): -7796832 or 10487689. OLE color: 10487689.

HSL color Cylindrical-coordinate representation of color #8907A0: hue angle of 290.98º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8907A0 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 137 7 160 -
CMYK 0.14 0.96 0 0.37
HSL 290.98º 0.92% 0.33% -
HSV(B) 290.98º 0.96% 0.63% -
XYZ 16.74 8.01 33.92 -
YUV 63.31 182.57 180.56 -
System Red Green Blue C M Y K H S L
Decimal 137 7 160 0.14 0.96 0 0.37 290.98 0.92 0.33
Hex 89 7 A0 E 60 0 25 123 5C 21
Octal 211 7 240 16 140 0 45 443 134 41
Binary 10001001 111 10100000 1110 1100000 0 100101 100100011 1011100 100001

Color Harmonies of #8907A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8907A0

Black with #8907A0

Text Example


Text Example

White with #8907A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8907A0; }

 p { color: rgb(137,7,160); }

 H1.HeaderClassName
 {
   color: #8907A0;
 }
 .AnyTagClassName
 {
   color: #8907A0;
 }
</style>

background-color css

<style>
 a { background-color: #8907A0; }

 a { background-color: rgb(137,7,160); }

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

border-color css

<style>
 span { border-color: #8907A0; }

 span { border-color: rgb(137,7,160); }

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