Html Css Color HEX #8A1085 Dark Magenta

📋 copy color: '#8A1085'

red 138 ◦ green 16 ◦ blue 133

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

Shades of Dark Magenta #8A1085

Tints of Dark Magenta #8A1085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.34%

R = 48.08%
G = 5.57%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#8A1085 (or 0x8A1085) is known color: Dark Magenta. HEX triplet: 8A, 10 and 85. RGB value is (138,16,133). Sum of RGB (Red+Green+Blue) = 138+16+133=287 (38% of max value = 765). Red value is 138 (54.30% from 255 or 48.08% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1085 is #75EF7A. Grayscale: #414141. Windows color (decimal): -7729019 or 8720522. OLE color: 8720522.

HSL color Cylindrical-coordinate representation of color #8A1085: hue angle of 302.46º 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 #8A1085 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 16 133 -
CMYK 0 0.88 0.04 0.46
HSL 302.46º 0.79% 0.3% -
HSV(B) 302.46º 0.88% 0.54% -
XYZ 14.9 7.47 22.85 -
YUV 65.82 165.92 179.49 -
System Red Green Blue C M Y K H S L
Decimal 138 16 133 0 0.88 0.04 0.46 302.46 0.79 0.3
Hex 8A 10 85 0 58 4 2E 12E 4F 1E
Octal 212 20 205 0 130 4 56 456 117 36
Binary 10001010 10000 10000101 0 1011000 100 101110 100101110 1001111 11110

Color Harmonies of #8A1085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1085

Black with #8A1085

Text Example


Text Example

White with #8A1085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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