Html Css Color HEX #83078D Dark Magenta

📋 copy color: '#83078D'

red 131 ◦ green 7 ◦ blue 141

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

Shades of Dark Magenta #83078D

Tints of Dark Magenta #83078D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50.54%

R = 46.95%
G = 2.51%
B = 50.54%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83078D (or 0x83078D) is known color: Dark Magenta. HEX triplet: 83, 07 and 8D. RGB value is (131,7,141). Sum of RGB (Red+Green+Blue) = 131+7+141=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #83078D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83078D is #7CF872. Grayscale: #3A3A3A. Windows color (decimal): -8190067 or 9242499. OLE color: 9242499.

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

Color convert

RGB 131 7 141 -
CMYK 0.07 0.95 0 0.45
HSL 295.52º 0.91% 0.29% -
HSV(B) 295.52º 0.95% 0.55% -
XYZ 14.24 6.9 25.78 -
YUV 59.35 174.08 179.1 -
System Red Green Blue C M Y K H S L
Decimal 131 7 141 0.07 0.95 0 0.45 295.52 0.91 0.29
Hex 83 7 8D 7 5F 0 2D 128 5B 1D
Octal 203 7 215 7 137 0 55 450 133 35
Binary 10000011 111 10001101 111 1011111 0 101101 100101000 1011011 11101

Color Harmonies of #83078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83078D

Black with #83078D

Text Example


Text Example

White with #83078D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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