Html Css Color HEX #8305A0 Dark Magenta

📋 copy color: '#8305A0'

red 131 ◦ green 5 ◦ blue 160

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

Shades of Dark Magenta #8305A0

Tints of Dark Magenta #8305A0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.69%

 BLUE value IS 160 (62.89% from 255) = 54.05%

R = 44.26%
G = 1.69%
B = 54.05%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8305A0 (or 0x8305A0) is known color: Dark Magenta. HEX triplet: 83, 05 and A0. RGB value is (131,5,160). Sum of RGB (Red+Green+Blue) = 131+5+160=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 160 (62.89% from 255 or 54.05% from 296); Max value from RGB is 160 - color contains mainly: blue. Hex color #8305A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8305A0 is #7CFA5F. Grayscale: #3B3B3B. Windows color (decimal): -8190560 or 10487171. OLE color: 10487171.

HSL color Cylindrical-coordinate representation of color #8305A0: hue angle of 288.77º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8305A0 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 5 160 -
CMYK 0.18 0.97 0 0.37
HSL 288.77º 0.94% 0.32% -
HSV(B) 288.77º 0.97% 0.63% -
XYZ 15.76 7.47 33.87 -
YUV 60.34 184.24 178.4 -
System Red Green Blue C M Y K H S L
Decimal 131 5 160 0.18 0.97 0 0.37 288.77 0.94 0.32
Hex 83 5 A0 12 61 0 25 121 5E 20
Octal 203 5 240 22 141 0 45 441 136 40
Binary 10000011 101 10100000 10010 1100001 0 100101 100100001 1011110 100000

Color Harmonies of #8305A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8305A0

Black with #8305A0

Text Example


Text Example

White with #8305A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8305A0; }

 p { color: rgb(131,5,160); }

 H1.HeaderClassName
 {
   color: #8305A0;
 }
 .AnyTagClassName
 {
   color: #8305A0;
 }
</style>

background-color css

<style>
 a { background-color: #8305A0; }

 a { background-color: rgb(131,5,160); }

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

border-color css

<style>
 span { border-color: #8305A0; }

 span { border-color: rgb(131,5,160); }

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