Html Css Color HEX #83038C Dark Magenta

📋 copy color: '#83038C'

red 131 ◦ green 3 ◦ blue 140

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

Shades of Dark Magenta #83038C

Tints of Dark Magenta #83038C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 47.81%
G = 1.09%
B = 51.09%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83038C (or 0x83038C) is known color: Dark Magenta. HEX triplet: 83, 03 and 8C. RGB value is (131,3,140). Sum of RGB (Red+Green+Blue) = 131+3+140=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #83038C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83038C is #7CFC73. Grayscale: #383838. Windows color (decimal): -8191092 or 9175939. OLE color: 9175939.

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

Color convert

RGB 131 3 140 -
CMYK 0.06 0.98 0 0.45
HSL 296.06º 0.96% 0.28% -
HSV(B) 296.06º 0.98% 0.55% -
XYZ 14.13 6.78 25.38 -
YUV 56.89 174.91 180.86 -
System Red Green Blue C M Y K H S L
Decimal 131 3 140 0.06 0.98 0 0.45 296.06 0.96 0.28
Hex 83 3 8C 6 62 0 2D 128 60 1C
Octal 203 3 214 6 142 0 55 450 140 34
Binary 10000011 11 10001100 110 1100010 0 101101 100101000 1100000 11100

Color Harmonies of #83038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83038C

Black with #83038C

Text Example


Text Example

White with #83038C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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