Html Css Color HEX #8309AA Dark Magenta

📋 copy color: '#8309AA'

red 131 ◦ green 9 ◦ blue 170

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

Shades of Dark Magenta #8309AA

Tints of Dark Magenta #8309AA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.9%

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

R = 42.26%
G = 2.9%
B = 54.84%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8309AA (or 0x8309AA) is known color: Dark Magenta. HEX triplet: 83, 09 and AA. RGB value is (131,9,170). Sum of RGB (Red+Green+Blue) = 131+9+170=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #8309AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8309AA is #7CF655. Grayscale: #3F3F3F. Windows color (decimal): -8189526 or 11143555. OLE color: 11143555.

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

Color convert

RGB 131 9 170 -
CMYK 0.23 0.95 0 0.33
HSL 285.47º 0.9% 0.35% -
HSV(B) 285.47º 0.95% 0.67% -
XYZ 16.71 7.92 38.68 -
YUV 63.83 187.92 175.91 -
System Red Green Blue C M Y K H S L
Decimal 131 9 170 0.23 0.95 0 0.33 285.47 0.9 0.35
Hex 83 9 AA 17 5F 0 21 11D 5A 23
Octal 203 11 252 27 137 0 41 435 132 43
Binary 10000011 1001 10101010 10111 1011111 0 100001 100011101 1011010 100011

Color Harmonies of #8309AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8309AA

Black with #8309AA

Text Example


Text Example

White with #8309AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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