Html Css Color HEX #83029F Dark Magenta

📋 copy color: '#83029F'

red 131 ◦ green 2 ◦ blue 159

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

Shades of Dark Magenta #83029F

Tints of Dark Magenta #83029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 54.45%

R = 44.86%
G = 0.68%
B = 54.45%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83029F (or 0x83029F) is known color: Dark Magenta. HEX triplet: 83, 02 and 9F. RGB value is (131,2,159). Sum of RGB (Red+Green+Blue) = 131+2+159=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #83029F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83029F is #7CFD60. Grayscale: #393939. Windows color (decimal): -8191329 or 10420867. OLE color: 10420867.

HSL color Cylindrical-coordinate representation of color #83029F: hue angle of 289.3º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #83029F is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 2 159 -
CMYK 0.18 0.99 0 0.38
HSL 289.3º 0.98% 0.32% -
HSV(B) 289.3º 0.99% 0.62% -
XYZ 15.64 7.37 33.4 -
YUV 58.47 184.74 179.73 -
System Red Green Blue C M Y K H S L
Decimal 131 2 159 0.18 0.99 0 0.38 289.3 0.98 0.32
Hex 83 2 9F 12 63 0 26 121 62 20
Octal 203 2 237 22 143 0 46 441 142 40
Binary 10000011 10 10011111 10010 1100011 0 100110 100100001 1100010 100000

Color Harmonies of #83029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83029F

Black with #83029F

Text Example


Text Example

White with #83029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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