Html Css Color HEX #83109A Dark Magenta

📋 copy color: '#83109A'

red 131 ◦ green 16 ◦ blue 154

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

Shades of Dark Magenta #83109A

Tints of Dark Magenta #83109A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.32%

 BLUE value IS 154 (60.55% from 255) = 51.16%

R = 43.52%
G = 5.32%
B = 51.16%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#83109A (or 0x83109A) is known color: Dark Magenta. HEX triplet: 83, 10 and 9A. RGB value is (131,16,154). Sum of RGB (Red+Green+Blue) = 131+16+154=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #83109A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83109A is #7CEF65. Grayscale: #414141. Windows color (decimal): -8187750 or 10096771. OLE color: 10096771.

HSL color Cylindrical-coordinate representation of color #83109A: hue angle of 290º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83109A is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 16 154 -
CMYK 0.15 0.90 0 0.40
HSL 290º 0.81% 0.33% -
HSV(B) 290º 0.9% 0.6% -
XYZ 15.38 7.53 31.21 -
YUV 66.12 177.6 174.28 -
System Red Green Blue C M Y K H S L
Decimal 131 16 154 0.15 0.90 0 0.40 290 0.81 0.33
Hex 83 10 9A F 5A 0 28 122 51 21
Octal 203 20 232 17 132 0 50 442 121 41
Binary 10000011 10000 10011010 1111 1011010 0 101000 100100010 1010001 100001

Color Harmonies of #83109A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83109A

Black with #83109A

Text Example


Text Example

White with #83109A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,16,154); }

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

background-color css

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

 a { background-color: rgb(131,16,154); }

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

border-color css

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

 span { border-color: rgb(131,16,154); }

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