Html Css Color HEX #8510AD Dark Magenta

📋 copy color: '#8510AD'

red 133 ◦ green 16 ◦ blue 173

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

Shades of Dark Magenta #8510AD

Tints of Dark Magenta #8510AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.97%

 BLUE value IS 173 (67.97% from 255) = 53.73%

R = 41.3%
G = 4.97%
B = 53.73%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8510AD (or 0x8510AD) is known color: Dark Magenta. HEX triplet: 85, 10 and AD. RGB value is (133,16,173). Sum of RGB (Red+Green+Blue) = 133+16+173=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #8510AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8510AD is #7AEF52. Grayscale: #444444. Windows color (decimal): -8056659 or 11341957. OLE color: 11341957.

HSL color Cylindrical-coordinate representation of color #8510AD: hue angle of 284.71º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8510AD is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 16 173 -
CMYK 0.23 0.91 0 0.32
HSL 284.71º 0.83% 0.37% -
HSV(B) 284.71º 0.91% 0.68% -
XYZ 17.4 8.37 40.23 -
YUV 68.88 186.76 173.73 -
System Red Green Blue C M Y K H S L
Decimal 133 16 173 0.23 0.91 0 0.32 284.71 0.83 0.37
Hex 85 10 AD 17 5B 0 20 11D 53 25
Octal 205 20 255 27 133 0 40 435 123 45
Binary 10000101 10000 10101101 10111 1011011 0 100000 100011101 1010011 100101

Color Harmonies of #8510AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8510AD

Black with #8510AD

Text Example


Text Example

White with #8510AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8510AD; }

 p { color: rgb(133,16,173); }

 H1.HeaderClassName
 {
   color: #8510AD;
 }
 .AnyTagClassName
 {
   color: #8510AD;
 }
</style>

background-color css

<style>
 a { background-color: #8510AD; }

 a { background-color: rgb(133,16,173); }

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

border-color css

<style>
 span { border-color: #8510AD; }

 span { border-color: rgb(133,16,173); }

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