Html Css Color HEX #8304AC Dark Magenta

📋 copy color: '#8304AC'

red 131 ◦ green 4 ◦ blue 172

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

Shades of Dark Magenta #8304AC

Tints of Dark Magenta #8304AC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.3%

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

R = 42.67%
G = 1.3%
B = 56.03%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8304AC (or 0x8304AC) is known color: Dark Magenta. HEX triplet: 83, 04 and AC. RGB value is (131,4,172). Sum of RGB (Red+Green+Blue) = 131+4+172=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #8304AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8304AC is #7CFB53. Grayscale: #3C3C3C. Windows color (decimal): -8190804 or 11273347. OLE color: 11273347.

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

Color convert

RGB 131 4 172 -
CMYK 0.24 0.98 0 0.33
HSL 285.36º 0.95% 0.35% -
HSV(B) 285.36º 0.98% 0.67% -
XYZ 16.85 7.89 39.66 -
YUV 61.13 190.58 177.84 -
System Red Green Blue C M Y K H S L
Decimal 131 4 172 0.24 0.98 0 0.33 285.36 0.95 0.35
Hex 83 4 AC 18 62 0 21 11D 5F 23
Octal 203 4 254 30 142 0 41 435 137 43
Binary 10000011 100 10101100 11000 1100010 0 100001 100011101 1011111 100011

Color Harmonies of #8304AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8304AC

Black with #8304AC

Text Example


Text Example

White with #8304AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,4,172); }

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

background-color css

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

 a { background-color: rgb(131,4,172); }

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

border-color css

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

 span { border-color: rgb(131,4,172); }

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