Html Css Color HEX #8300AA Dark Magenta

📋 copy color: '#8300AA'

red 131 ◦ green 0 ◦ blue 170

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

Shades of Dark Magenta #8300AA

Tints of Dark Magenta #8300AA

RGB

 RED value IS 131 (51.56% from 255) = 43.52%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 170 (66.8% from 255) = 56.48%

R = 43.52%
G = 0%
B = 56.48%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8300AA (or 0x8300AA) is known color: Dark Magenta. HEX triplet: 83, 00 and AA. RGB value is (131,0,170). Sum of RGB (Red+Green+Blue) = 131+0+170=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #8300AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8300AA is #7CFF55. Grayscale: #3A3A3A. Windows color (decimal): -8191830 or 11141251. OLE color: 11141251.

HSL color Cylindrical-coordinate representation of color #8300AA: hue angle of 286.24º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8300AA is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 0 170 -
CMYK 0.23 1 0 0.33
HSL 286.24º 1% 0.33% -
HSV(B) 286.24º 1% 0.67% -
XYZ 16.62 7.73 38.65 -
YUV 58.55 190.9 179.68 -
System Red Green Blue C M Y K H S L
Decimal 131 0 170 0.23 1 0 0.33 286.24 1 0.33
Hex 83 0 AA 17 64 0 21 11E 64 21
Octal 203 0 252 27 144 0 41 436 144 41
Binary 10000011 0 10101010 10111 1100100 0 100001 100011110 1100100 100001

Color Harmonies of #8300AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8300AA

Black with #8300AA

Text Example


Text Example

White with #8300AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8300AA; }

 p { color: rgb(131,0,170); }

 H1.HeaderClassName
 {
   color: #8300AA;
 }
 .AnyTagClassName
 {
   color: #8300AA;
 }
</style>

background-color css

<style>
 a { background-color: #8300AA; }

 a { background-color: rgb(131,0,170); }

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

border-color css

<style>
 span { border-color: #8300AA; }

 span { border-color: rgb(131,0,170); }

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