Html Css Color HEX #83188B Dark Magenta

📋 copy color: '#83188B'

red 131 ◦ green 24 ◦ blue 139

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

Shades of Dark Magenta #83188B

Tints of Dark Magenta #83188B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.16%

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

R = 44.56%
G = 8.16%
B = 47.28%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83188B (or 0x83188B) is known color: Dark Magenta. HEX triplet: 83, 18 and 8B. RGB value is (131,24,139). Sum of RGB (Red+Green+Blue) = 131+24+139=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #83188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83188B is #7CE774. Grayscale: #444444. Windows color (decimal): -8185717 or 9115779. OLE color: 9115779.

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

Color convert

RGB 131 24 139 -
CMYK 0.06 0.83 0 0.45
HSL 295.83º 0.71% 0.32% -
HSV(B) 295.83º 0.83% 0.55% -
XYZ 14.35 7.34 25.09 -
YUV 69.1 167.45 172.15 -
System Red Green Blue C M Y K H S L
Decimal 131 24 139 0.06 0.83 0 0.45 295.83 0.71 0.32
Hex 83 18 8B 6 53 0 2D 128 47 20
Octal 203 30 213 6 123 0 55 450 107 40
Binary 10000011 11000 10001011 110 1010011 0 101101 100101000 1000111 100000

Color Harmonies of #83188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83188B

Black with #83188B

Text Example


Text Example

White with #83188B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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