Html Css Color HEX #8A1083 Dark Magenta

📋 copy color: '#8A1083'

red 138 ◦ green 16 ◦ blue 131

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

Shades of Dark Magenta #8A1083

Tints of Dark Magenta #8A1083

RGB

 RED value IS 138 (54.3% from 255) = 48.42%

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

 BLUE value IS 131 (51.56% from 255) = 45.96%

R = 48.42%
G = 5.61%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#8A1083 (or 0x8A1083) is known color: Dark Magenta. HEX triplet: 8A, 10 and 83. RGB value is (138,16,131). Sum of RGB (Red+Green+Blue) = 138+16+131=285 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.42% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1083 is #75EF7C. Grayscale: #414141. Windows color (decimal): -7729021 or 8589450. OLE color: 8589450.

HSL color Cylindrical-coordinate representation of color #8A1083: hue angle of 303.44º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1083 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 16 131 -
CMYK 0 0.88 0.05 0.46
HSL 303.44º 0.79% 0.3% -
HSV(B) 303.44º 0.88% 0.54% -
XYZ 14.76 7.41 22.13 -
YUV 65.59 164.92 179.65 -
System Red Green Blue C M Y K H S L
Decimal 138 16 131 0 0.88 0.05 0.46 303.44 0.79 0.3
Hex 8A 10 83 0 58 5 2E 12F 4F 1E
Octal 212 20 203 0 130 5 56 457 117 36
Binary 10001010 10000 10000011 0 1011000 101 101110 100101111 1001111 11110

Color Harmonies of #8A1083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1083

Black with #8A1083

Text Example


Text Example

White with #8A1083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A1083; }

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

 H1.HeaderClassName
 {
   color: #8A1083;
 }
 .AnyTagClassName
 {
   color: #8A1083;
 }
</style>

background-color css

<style>
 a { background-color: #8A1083; }

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

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

border-color css

<style>
 span { border-color: #8A1083; }

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

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