Html Css Color HEX #83009C Dark Magenta

📋 copy color: '#83009C'

red 131 ◦ green 0 ◦ blue 156

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

Shades of Dark Magenta #83009C

Tints of Dark Magenta #83009C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 54.36%

R = 45.64%
G = 0%
B = 54.36%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83009C (or 0x83009C) is known color: Dark Magenta. HEX triplet: 83, 00 and 9C. RGB value is (131,0,156). Sum of RGB (Red+Green+Blue) = 131+0+156=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #83009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83009C is #7CFF63. Grayscale: #383838. Windows color (decimal): -8191844 or 10223747. OLE color: 10223747.

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

Color convert

RGB 131 0 156 -
CMYK 0.16 1 0 0.39
HSL 290.38º 1% 0.31% -
HSV(B) 290.38º 1% 0.61% -
XYZ 15.36 7.23 32.04 -
YUV 56.95 183.9 180.82 -
System Red Green Blue C M Y K H S L
Decimal 131 0 156 0.16 1 0 0.39 290.38 1 0.31
Hex 83 0 9C 10 64 0 27 122 64 1F
Octal 203 0 234 20 144 0 47 442 144 37
Binary 10000011 0 10011100 10000 1100100 0 100111 100100010 1100100 11111

Color Harmonies of #83009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83009C

Black with #83009C

Text Example


Text Example

White with #83009C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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