Html Css Color HEX #83018B Dark Magenta

📋 copy color: '#83018B'

red 131 ◦ green 1 ◦ blue 139

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

Shades of Dark Magenta #83018B

Tints of Dark Magenta #83018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 48.34%
G = 0.37%
B = 51.29%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83018B (or 0x83018B) is known color: Dark Magenta. HEX triplet: 83, 01 and 8B. RGB value is (131,1,139). Sum of RGB (Red+Green+Blue) = 131+1+139=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #83018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83018B is #7CFE74. Grayscale: #373737. Windows color (decimal): -8191605 or 9109891. OLE color: 9109891.

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

Color convert

RGB 131 1 139 -
CMYK 0.06 0.99 0 0.45
HSL 296.52º 0.99% 0.27% -
HSV(B) 296.52º 0.99% 0.55% -
XYZ 14.03 6.71 24.98 -
YUV 55.6 175.07 181.78 -
System Red Green Blue C M Y K H S L
Decimal 131 1 139 0.06 0.99 0 0.45 296.52 0.99 0.27
Hex 83 1 8B 6 63 0 2D 129 63 1B
Octal 203 1 213 6 143 0 55 451 143 33
Binary 10000011 1 10001011 110 1100011 0 101101 100101001 1100011 11011

Color Harmonies of #83018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83018B

Black with #83018B

Text Example


Text Example

White with #83018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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