Html Css Color HEX #83048C Dark Magenta

📋 copy color: '#83048C'

red 131 ◦ green 4 ◦ blue 140

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

Shades of Dark Magenta #83048C

Tints of Dark Magenta #83048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.91%

R = 47.64%
G = 1.45%
B = 50.91%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83048C (or 0x83048C) is known color: Dark Magenta. HEX triplet: 83, 04 and 8C. RGB value is (131,4,140). Sum of RGB (Red+Green+Blue) = 131+4+140=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #83048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83048C is #7CFB73. Grayscale: #393939. Windows color (decimal): -8190836 or 9176195. OLE color: 9176195.

HSL color Cylindrical-coordinate representation of color #83048C: hue angle of 296.03º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83048C is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 4 140 -
CMYK 0.06 0.97 0 0.45
HSL 296.03º 0.94% 0.28% -
HSV(B) 296.03º 0.97% 0.55% -
XYZ 14.14 6.81 25.38 -
YUV 57.48 174.58 180.44 -
System Red Green Blue C M Y K H S L
Decimal 131 4 140 0.06 0.97 0 0.45 296.03 0.94 0.28
Hex 83 4 8C 6 61 0 2D 128 5E 1C
Octal 203 4 214 6 141 0 55 450 136 34
Binary 10000011 100 10001100 110 1100001 0 101101 100101000 1011110 11100

Color Harmonies of #83048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83048C

Black with #83048C

Text Example


Text Example

White with #83048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83048C; }

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

 H1.HeaderClassName
 {
   color: #83048C;
 }
 .AnyTagClassName
 {
   color: #83048C;
 }
</style>

background-color css

<style>
 a { background-color: #83048C; }

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

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

border-color css

<style>
 span { border-color: #83048C; }

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

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