Html Css Color HEX #83058A Dark Magenta

📋 copy color: '#83058A'

red 131 ◦ green 5 ◦ blue 138

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

Shades of Dark Magenta #83058A

Tints of Dark Magenta #83058A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50.36%

R = 47.81%
G = 1.82%
B = 50.36%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#83058A (or 0x83058A) is known color: Dark Magenta. HEX triplet: 83, 05 and 8A. RGB value is (131,5,138). Sum of RGB (Red+Green+Blue) = 131+5+138=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #83058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83058A is #7CFA75. Grayscale: #393939. Windows color (decimal): -8190582 or 9045379. OLE color: 9045379.

HSL color Cylindrical-coordinate representation of color #83058A: hue angle of 296.84º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83058A is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 5 138 -
CMYK 0.05 0.96 0 0.46
HSL 296.84º 0.93% 0.28% -
HSV(B) 296.84º 0.96% 0.54% -
XYZ 14 6.77 24.61 -
YUV 57.84 173.24 180.19 -
System Red Green Blue C M Y K H S L
Decimal 131 5 138 0.05 0.96 0 0.46 296.84 0.93 0.28
Hex 83 5 8A 5 60 0 2E 129 5D 1C
Octal 203 5 212 5 140 0 56 451 135 34
Binary 10000011 101 10001010 101 1100000 0 101110 100101001 1011101 11100

Color Harmonies of #83058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83058A

Black with #83058A

Text Example


Text Example

White with #83058A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83058A; }

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

 H1.HeaderClassName
 {
   color: #83058A;
 }
 .AnyTagClassName
 {
   color: #83058A;
 }
</style>

background-color css

<style>
 a { background-color: #83058A; }

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

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

border-color css

<style>
 span { border-color: #83058A; }

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

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