Html Css Color HEX #83078E Dark Magenta

📋 copy color: '#83078E'

red 131 ◦ green 7 ◦ blue 142

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

Shades of Dark Magenta #83078E

Tints of Dark Magenta #83078E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.5%

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

R = 46.79%
G = 2.5%
B = 50.71%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83078E (or 0x83078E) is known color: Dark Magenta. HEX triplet: 83, 07 and 8E. RGB value is (131,7,142). Sum of RGB (Red+Green+Blue) = 131+7+142=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #83078E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83078E is #7CF871. Grayscale: #3B3B3B. Windows color (decimal): -8190066 or 9308035. OLE color: 9308035.

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

Color convert

RGB 131 7 142 -
CMYK 0.08 0.95 0 0.44
HSL 295.11º 0.91% 0.29% -
HSV(B) 295.11º 0.95% 0.56% -
XYZ 14.32 6.93 26.17 -
YUV 59.47 174.58 179.02 -
System Red Green Blue C M Y K H S L
Decimal 131 7 142 0.08 0.95 0 0.44 295.11 0.91 0.29
Hex 83 7 8E 8 5F 0 2C 127 5B 1D
Octal 203 7 216 10 137 0 54 447 133 35
Binary 10000011 111 10001110 1000 1011111 0 101100 100100111 1011011 11101

Color Harmonies of #83078E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83078E

Black with #83078E

Text Example


Text Example

White with #83078E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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