Html Css Color HEX #83029A Dark Magenta

📋 copy color: '#83029A'

red 131 ◦ green 2 ◦ blue 154

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

Shades of Dark Magenta #83029A

Tints of Dark Magenta #83029A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 154 (60.55% from 255) = 53.66%

R = 45.64%
G = 0.7%
B = 53.66%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#83029A (or 0x83029A) is known color: Dark Magenta. HEX triplet: 83, 02 and 9A. RGB value is (131,2,154). Sum of RGB (Red+Green+Blue) = 131+2+154=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #83029A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83029A is #7CFD65. Grayscale: #393939. Windows color (decimal): -8191334 or 10093187. OLE color: 10093187.

HSL color Cylindrical-coordinate representation of color #83029A: hue angle of 290.92º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #83029A is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 2 154 -
CMYK 0.15 0.99 0 0.40
HSL 290.92º 0.97% 0.31% -
HSV(B) 290.92º 0.99% 0.6% -
XYZ 15.21 7.2 31.16 -
YUV 57.9 182.24 180.14 -
System Red Green Blue C M Y K H S L
Decimal 131 2 154 0.15 0.99 0 0.40 290.92 0.97 0.31
Hex 83 2 9A F 63 0 28 123 61 1F
Octal 203 2 232 17 143 0 50 443 141 37
Binary 10000011 10 10011010 1111 1100011 0 101000 100100011 1100001 11111

Color Harmonies of #83029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83029A

Black with #83029A

Text Example


Text Example

White with #83029A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,2,154); }

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

background-color css

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

 a { background-color: rgb(131,2,154); }

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

border-color css

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

 span { border-color: rgb(131,2,154); }

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