Html Css Color HEX #83178A Dark Magenta

📋 copy color: '#83178A'

red 131 ◦ green 23 ◦ blue 138

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

Shades of Dark Magenta #83178A

Tints of Dark Magenta #83178A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.88%

 BLUE value IS 138 (54.3% from 255) = 47.26%

R = 44.86%
G = 7.88%
B = 47.26%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#83178A (or 0x83178A) is known color: Dark Magenta. HEX triplet: 83, 17 and 8A. RGB value is (131,23,138). Sum of RGB (Red+Green+Blue) = 131+23+138=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #83178A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83178A is #7CE875. Grayscale: #444444. Windows color (decimal): -8185974 or 9049987. OLE color: 9049987.

HSL color Cylindrical-coordinate representation of color #83178A: hue angle of 296.35º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #83178A is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 23 138 -
CMYK 0.05 0.83 0 0.46
HSL 296.35º 0.71% 0.32% -
HSV(B) 296.35º 0.83% 0.54% -
XYZ 14.25 7.27 24.7 -
YUV 68.4 167.28 172.65 -
System Red Green Blue C M Y K H S L
Decimal 131 23 138 0.05 0.83 0 0.46 296.35 0.71 0.32
Hex 83 17 8A 5 53 0 2E 128 47 20
Octal 203 27 212 5 123 0 56 450 107 40
Binary 10000011 10111 10001010 101 1010011 0 101110 100101000 1000111 100000

Color Harmonies of #83178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83178A

Black with #83178A

Text Example


Text Example

White with #83178A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83178A; }

 p { color: rgb(131,23,138); }

 H1.HeaderClassName
 {
   color: #83178A;
 }
 .AnyTagClassName
 {
   color: #83178A;
 }
</style>

background-color css

<style>
 a { background-color: #83178A; }

 a { background-color: rgb(131,23,138); }

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

border-color css

<style>
 span { border-color: #83178A; }

 span { border-color: rgb(131,23,138); }

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