Html Css Color HEX #83178C Dark Magenta

📋 copy color: '#83178C'

red 131 ◦ green 23 ◦ blue 140

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

Shades of Dark Magenta #83178C

Tints of Dark Magenta #83178C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.62%

R = 44.56%
G = 7.82%
B = 47.62%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83178C (or 0x83178C) is known color: Dark Magenta. HEX triplet: 83, 17 and 8C. RGB value is (131,23,140). Sum of RGB (Red+Green+Blue) = 131+23+140=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #83178C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83178C is #7CE873. Grayscale: #444444. Windows color (decimal): -8185972 or 9181059. OLE color: 9181059.

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

Color convert

RGB 131 23 140 -
CMYK 0.06 0.84 0 0.45
HSL 295.38º 0.72% 0.32% -
HSV(B) 295.38º 0.84% 0.55% -
XYZ 14.4 7.33 25.47 -
YUV 68.63 168.28 172.49 -
System Red Green Blue C M Y K H S L
Decimal 131 23 140 0.06 0.84 0 0.45 295.38 0.72 0.32
Hex 83 17 8C 6 54 0 2D 127 48 20
Octal 203 27 214 6 124 0 55 447 110 40
Binary 10000011 10111 10001100 110 1010100 0 101101 100100111 1001000 100000

Color Harmonies of #83178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83178C

Black with #83178C

Text Example


Text Example

White with #83178C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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