Html Css Color HEX #83009B Dark Magenta

📋 copy color: '#83009B'

red 131 ◦ green 0 ◦ blue 155

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

Shades of Dark Magenta #83009B

Tints of Dark Magenta #83009B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.2%

R = 45.8%
G = 0%
B = 54.2%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83009B (or 0x83009B) is known color: Dark Magenta. HEX triplet: 83, 00 and 9B. RGB value is (131,0,155). Sum of RGB (Red+Green+Blue) = 131+0+155=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #83009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83009B is #7CFF64. Grayscale: #383838. Windows color (decimal): -8191845 or 10158211. OLE color: 10158211.

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

Color convert

RGB 131 0 155 -
CMYK 0.15 1 0 0.39
HSL 290.71º 1% 0.3% -
HSV(B) 290.71º 1% 0.61% -
XYZ 15.28 7.19 31.59 -
YUV 56.84 183.4 180.9 -
System Red Green Blue C M Y K H S L
Decimal 131 0 155 0.15 1 0 0.39 290.71 1 0.3
Hex 83 0 9B F 64 0 27 123 64 1E
Octal 203 0 233 17 144 0 47 443 144 36
Binary 10000011 0 10011011 1111 1100100 0 100111 100100011 1100100 11110

Color Harmonies of #83009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83009B

Black with #83009B

Text Example


Text Example

White with #83009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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