Html Css Color HEX #83158B Dark Magenta

📋 copy color: '#83158B'

red 131 ◦ green 21 ◦ blue 139

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

Shades of Dark Magenta #83158B

Tints of Dark Magenta #83158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.22%

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

R = 45.02%
G = 7.22%
B = 47.77%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83158B (or 0x83158B) is known color: Dark Magenta. HEX triplet: 83, 15 and 8B. RGB value is (131,21,139). Sum of RGB (Red+Green+Blue) = 131+21+139=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #83158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83158B is #7CEA74. Grayscale: #424242. Windows color (decimal): -8186485 or 9115011. OLE color: 9115011.

HSL color Cylindrical-coordinate representation of color #83158B: hue angle of 295.93º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83158B is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 21 139 -
CMYK 0.06 0.85 0 0.45
HSL 295.93º 0.74% 0.31% -
HSV(B) 295.93º 0.85% 0.55% -
XYZ 14.29 7.23 25.07 -
YUV 67.34 168.44 173.41 -
System Red Green Blue C M Y K H S L
Decimal 131 21 139 0.06 0.85 0 0.45 295.93 0.74 0.31
Hex 83 15 8B 6 55 0 2D 128 4A 1F
Octal 203 25 213 6 125 0 55 450 112 37
Binary 10000011 10101 10001011 110 1010101 0 101101 100101000 1001010 11111

Color Harmonies of #83158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83158B

Black with #83158B

Text Example


Text Example

White with #83158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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