Html Css Color HEX #83008C Dark Magenta

📋 copy color: '#83008C'

red 131 ◦ green 0 ◦ blue 140

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

Shades of Dark Magenta #83008C

Tints of Dark Magenta #83008C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.34%
G = 0%
B = 51.66%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83008C (or 0x83008C) is known color: Dark Magenta. HEX triplet: 83, 00 and 8C. RGB value is (131,0,140). Sum of RGB (Red+Green+Blue) = 131+0+140=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #83008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83008C is #7CFF73. Grayscale: #363636. Windows color (decimal): -8191860 or 9175171. OLE color: 9175171.

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

Color convert

RGB 131 0 140 -
CMYK 0.06 1 0 0.45
HSL 296.14º 1% 0.27% -
HSV(B) 296.14º 1% 0.55% -
XYZ 14.09 6.72 25.36 -
YUV 55.13 175.9 182.12 -
System Red Green Blue C M Y K H S L
Decimal 131 0 140 0.06 1 0 0.45 296.14 1 0.27
Hex 83 0 8C 6 64 0 2D 128 64 1B
Octal 203 0 214 6 144 0 55 450 144 33
Binary 10000011 0 10001100 110 1100100 0 101101 100101000 1100100 11011

Color Harmonies of #83008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83008C

Black with #83008C

Text Example


Text Example

White with #83008C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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