Html Css Color HEX #9A0282 Dark Magenta

📋 copy color: '#9A0282'

red 154 ◦ green 2 ◦ blue 130

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

Shades of Dark Magenta #9A0282

Tints of Dark Magenta #9A0282

RGB

 RED value IS 154 (60.55% from 255) = 53.85%

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

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

R = 53.85%
G = 0.7%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#9A0282 (or 0x9A0282) is known color: Dark Magenta. HEX triplet: 9A, 02 and 82. RGB value is (154,2,130). Sum of RGB (Red+Green+Blue) = 154+2+130=286 (37% of max value = 765). Red value is 154 (60.55% from 255 or 53.85% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0282 is #65FD7D. Grayscale: #3D3D3D. Windows color (decimal): -6684030 or 8520346. OLE color: 8520346.

HSL color Cylindrical-coordinate representation of color #9A0282: hue angle of 309.47º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A0282 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 2 130 -
CMYK 0 0.99 0.16 0.40
HSL 309.47º 0.97% 0.31% -
HSV(B) 309.47º 0.99% 0.6% -
XYZ 17.38 8.53 21.85 -
YUV 62.04 166.36 193.59 -
System Red Green Blue C M Y K H S L
Decimal 154 2 130 0 0.99 0.16 0.40 309.47 0.97 0.31
Hex 9A 2 82 0 63 10 28 135 61 1F
Octal 232 2 202 0 143 20 50 465 141 37
Binary 10011010 10 10000010 0 1100011 10000 101000 100110101 1100001 11111

Color Harmonies of #9A0282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0282

Black with #9A0282

Text Example


Text Example

White with #9A0282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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