Html Css Color HEX #8503AC Dark Magenta

📋 copy color: '#8503AC'

red 133 ◦ green 3 ◦ blue 172

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

Shades of Dark Magenta #8503AC

Tints of Dark Magenta #8503AC

RGB

 RED value IS 133 (52.34% from 255) = 43.18%

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

 BLUE value IS 172 (67.58% from 255) = 55.84%

R = 43.18%
G = 0.97%
B = 55.84%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8503AC (or 0x8503AC) is known color: Dark Magenta. HEX triplet: 85, 03 and AC. RGB value is (133,3,172). Sum of RGB (Red+Green+Blue) = 133+3+172=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #8503AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8503AC is #7AFC53. Grayscale: #3C3C3C. Windows color (decimal): -8059988 or 11273093. OLE color: 11273093.

HSL color Cylindrical-coordinate representation of color #8503AC: hue angle of 286.15º 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 #8503AC is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 3 172 -
CMYK 0.23 0.98 0 0.33
HSL 286.15º 0.97% 0.34% -
HSV(B) 286.15º 0.98% 0.67% -
XYZ 17.15 8.03 39.68 -
YUV 61.14 190.57 179.26 -
System Red Green Blue C M Y K H S L
Decimal 133 3 172 0.23 0.98 0 0.33 286.15 0.97 0.34
Hex 85 3 AC 17 62 0 21 11E 61 22
Octal 205 3 254 27 142 0 41 436 141 42
Binary 10000101 11 10101100 10111 1100010 0 100001 100011110 1100001 100010

Color Harmonies of #8503AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8503AC

Black with #8503AC

Text Example


Text Example

White with #8503AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8503AC; }

 p { color: rgb(133,3,172); }

 H1.HeaderClassName
 {
   color: #8503AC;
 }
 .AnyTagClassName
 {
   color: #8503AC;
 }
</style>

background-color css

<style>
 a { background-color: #8503AC; }

 a { background-color: rgb(133,3,172); }

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

border-color css

<style>
 span { border-color: #8503AC; }

 span { border-color: rgb(133,3,172); }

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