Html Css Color HEX #83009E Dark Magenta

📋 copy color: '#83009E'

red 131 ◦ green 0 ◦ blue 158

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

Shades of Dark Magenta #83009E

Tints of Dark Magenta #83009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 54.67%

R = 45.33%
G = 0%
B = 54.67%

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

#83009E (or 0x83009E) is known color: Dark Magenta. HEX triplet: 83, 00 and 9E. RGB value is (131,0,158). Sum of RGB (Red+Green+Blue) = 131+0+158=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #83009E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83009E is #7CFF61. Grayscale: #383838. Windows color (decimal): -8191842 or 10354819. OLE color: 10354819.

HSL color Cylindrical-coordinate representation of color #83009E: hue angle of 289.75º 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 #83009E is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 0 158 -
CMYK 0.17 1 0 0.38
HSL 289.75º 1% 0.31% -
HSV(B) 289.75º 1% 0.62% -
XYZ 15.53 7.29 32.94 -
YUV 57.18 184.9 180.65 -
System Red Green Blue C M Y K H S L
Decimal 131 0 158 0.17 1 0 0.38 289.75 1 0.31
Hex 83 0 9E 11 64 0 26 122 64 1F
Octal 203 0 236 21 144 0 46 442 144 37
Binary 10000011 0 10011110 10001 1100100 0 100110 100100010 1100100 11111

Color Harmonies of #83009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83009E

Black with #83009E

Text Example


Text Example

White with #83009E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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