Html Css Color HEX #83008B Dark Magenta

📋 copy color: '#83008B'

red 131 ◦ green 0 ◦ blue 139

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

Shades of Dark Magenta #83008B

Tints of Dark Magenta #83008B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.48%

R = 48.52%
G = 0%
B = 51.48%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83008B (or 0x83008B) is known color: Dark Magenta. HEX triplet: 83, 00 and 8B. RGB value is (131,0,139). Sum of RGB (Red+Green+Blue) = 131+0+139=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #83008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83008B is #7CFF74. Grayscale: #363636. Windows color (decimal): -8191861 or 9109635. OLE color: 9109635.

HSL color Cylindrical-coordinate representation of color #83008B: hue angle of 296.55º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83008B is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 0 139 -
CMYK 0.06 1 0 0.45
HSL 296.55º 1% 0.27% -
HSV(B) 296.55º 1% 0.55% -
XYZ 14.02 6.69 24.98 -
YUV 55.02 175.4 182.2 -
System Red Green Blue C M Y K H S L
Decimal 131 0 139 0.06 1 0 0.45 296.55 1 0.27
Hex 83 0 8B 6 64 0 2D 129 64 1B
Octal 203 0 213 6 144 0 55 451 144 33
Binary 10000011 0 10001011 110 1100100 0 101101 100101001 1100100 11011

Color Harmonies of #83008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83008B

Black with #83008B

Text Example


Text Example

White with #83008B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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