Html Css Color HEX #8A1A8E Dark Magenta

📋 copy color: '#8A1A8E'

red 138 ◦ green 26 ◦ blue 142

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

Shades of Dark Magenta #8A1A8E

Tints of Dark Magenta #8A1A8E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.5%

 BLUE value IS 142 (55.86% from 255) = 46.41%

R = 45.1%
G = 8.5%
B = 46.41%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8A1A8E (or 0x8A1A8E) is known color: Dark Magenta. HEX triplet: 8A, 1A and 8E. RGB value is (138,26,142). Sum of RGB (Red+Green+Blue) = 138+26+142=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A1A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1A8E is #75E571. Grayscale: #484848. Windows color (decimal): -7726450 or 9312906. OLE color: 9312906.

HSL color Cylindrical-coordinate representation of color #8A1A8E: hue angle of 297.93º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A1A8E is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 138 26 142 -
CMYK 0.03 0.82 0 0.44
HSL 297.93º 0.69% 0.33% -
HSV(B) 297.93º 0.82% 0.56% -
XYZ 15.73 8.1 26.32 -
YUV 72.71 167.11 174.57 -
System Red Green Blue C M Y K H S L
Decimal 138 26 142 0.03 0.82 0 0.44 297.93 0.69 0.33
Hex 8A 1A 8E 3 52 0 2C 12A 45 21
Octal 212 32 216 3 122 0 54 452 105 41
Binary 10001010 11010 10001110 11 1010010 0 101100 100101010 1000101 100001

Color Harmonies of #8A1A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1A8E

Black with #8A1A8E

Text Example


Text Example

White with #8A1A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,26,142); }

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

background-color css

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

 a { background-color: rgb(138,26,142); }

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

border-color css

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

 span { border-color: rgb(138,26,142); }

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