Html Css Color HEX #83009D Dark Magenta

📋 copy color: '#83009D'

red 131 ◦ green 0 ◦ blue 157

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

Shades of Dark Magenta #83009D

Tints of Dark Magenta #83009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.51%

R = 45.49%
G = 0%
B = 54.51%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83009D (or 0x83009D) is known color: Dark Magenta. HEX triplet: 83, 00 and 9D. RGB value is (131,0,157). Sum of RGB (Red+Green+Blue) = 131+0+157=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #83009D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83009D is #7CFF62. Grayscale: #383838. Windows color (decimal): -8191843 or 10289283. OLE color: 10289283.

HSL color Cylindrical-coordinate representation of color #83009D: hue angle of 290.06º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83009D is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 0 157 -
CMYK 0.17 1 0 0.38
HSL 290.06º 1% 0.31% -
HSV(B) 290.06º 1% 0.62% -
XYZ 15.45 7.26 32.49 -
YUV 57.07 184.4 180.73 -
System Red Green Blue C M Y K H S L
Decimal 131 0 157 0.17 1 0 0.38 290.06 1 0.31
Hex 83 0 9D 11 64 0 26 122 64 1F
Octal 203 0 235 21 144 0 46 442 144 37
Binary 10000011 0 10011101 10001 1100100 0 100110 100100010 1100100 11111

Color Harmonies of #83009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83009D

Black with #83009D

Text Example


Text Example

White with #83009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83009D; }

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

 H1.HeaderClassName
 {
   color: #83009D;
 }
 .AnyTagClassName
 {
   color: #83009D;
 }
</style>

background-color css

<style>
 a { background-color: #83009D; }

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

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

border-color css

<style>
 span { border-color: #83009D; }

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

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