Html Css Color HEX #83078B Dark Magenta

📋 copy color: '#83078B'

red 131 ◦ green 7 ◦ blue 139

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

Shades of Dark Magenta #83078B

Tints of Dark Magenta #83078B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.18%

R = 47.29%
G = 2.53%
B = 50.18%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83078B (or 0x83078B) is known color: Dark Magenta. HEX triplet: 83, 07 and 8B. RGB value is (131,7,139). Sum of RGB (Red+Green+Blue) = 131+7+139=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #83078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83078B is #7CF874. Grayscale: #3A3A3A. Windows color (decimal): -8190069 or 9111427. OLE color: 9111427.

HSL color Cylindrical-coordinate representation of color #83078B: hue angle of 296.36º degrees, saturation: 0.9, 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 #83078B is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 7 139 -
CMYK 0.06 0.95 0 0.45
HSL 296.36º 0.9% 0.29% -
HSV(B) 296.36º 0.95% 0.55% -
XYZ 14.1 6.84 25 -
YUV 59.12 173.08 179.27 -
System Red Green Blue C M Y K H S L
Decimal 131 7 139 0.06 0.95 0 0.45 296.36 0.9 0.29
Hex 83 7 8B 6 5F 0 2D 128 5A 1D
Octal 203 7 213 6 137 0 55 450 132 35
Binary 10000011 111 10001011 110 1011111 0 101101 100101000 1011010 11101

Color Harmonies of #83078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83078B

Black with #83078B

Text Example


Text Example

White with #83078B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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