Html Css Color HEX #83038E Dark Magenta

📋 copy color: '#83038E'

red 131 ◦ green 3 ◦ blue 142

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

Shades of Dark Magenta #83038E

Tints of Dark Magenta #83038E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 51.45%

R = 47.46%
G = 1.09%
B = 51.45%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83038E (or 0x83038E) is known color: Dark Magenta. HEX triplet: 83, 03 and 8E. RGB value is (131,3,142). Sum of RGB (Red+Green+Blue) = 131+3+142=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #83038E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83038E is #7CFC71. Grayscale: #383838. Windows color (decimal): -8191090 or 9307011. OLE color: 9307011.

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

Color convert

RGB 131 3 142 -
CMYK 0.08 0.98 0 0.44
HSL 295.25º 0.96% 0.28% -
HSV(B) 295.25º 0.98% 0.56% -
XYZ 14.28 6.84 26.16 -
YUV 57.12 175.91 180.7 -
System Red Green Blue C M Y K H S L
Decimal 131 3 142 0.08 0.98 0 0.44 295.25 0.96 0.28
Hex 83 3 8E 8 62 0 2C 127 60 1C
Octal 203 3 216 10 142 0 54 447 140 34
Binary 10000011 11 10001110 1000 1100010 0 101100 100100111 1100000 11100

Color Harmonies of #83038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83038E

Black with #83038E

Text Example


Text Example

White with #83038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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