Html Css Color HEX #8A0282 Dark Magenta

📋 copy color: '#8A0282'

red 138 ◦ green 2 ◦ blue 130

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

Shades of Dark Magenta #8A0282

Tints of Dark Magenta #8A0282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 130 (51.17% from 255) = 48.15%

R = 51.11%
G = 0.74%
B = 48.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#8A0282 (or 0x8A0282) is known color: Dark Magenta. HEX triplet: 8A, 02 and 82. RGB value is (138,2,130). Sum of RGB (Red+Green+Blue) = 138+2+130=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0282 is #75FD7D. Grayscale: #383838. Windows color (decimal): -7732606 or 8520330. OLE color: 8520330.

HSL color Cylindrical-coordinate representation of color #8A0282: hue angle of 303.53º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A0282 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 2 130 -
CMYK 0 0.99 0.06 0.46
HSL 303.53º 0.97% 0.27% -
HSV(B) 303.53º 0.99% 0.54% -
XYZ 14.53 7.06 21.72 -
YUV 57.26 169.06 185.59 -
System Red Green Blue C M Y K H S L
Decimal 138 2 130 0 0.99 0.06 0.46 303.53 0.97 0.27
Hex 8A 2 82 0 63 6 2E 130 61 1B
Octal 212 2 202 0 143 6 56 460 141 33
Binary 10001010 10 10000010 0 1100011 110 101110 100110000 1100001 11011

Color Harmonies of #8A0282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0282

Black with #8A0282

Text Example


Text Example

White with #8A0282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,2,130); }

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

background-color css

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

 a { background-color: rgb(138,2,130); }

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

border-color css

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

 span { border-color: rgb(138,2,130); }

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