Html Css Color HEX #9A0284 Dark Magenta

📋 copy color: '#9A0284'

red 154 ◦ green 2 ◦ blue 132

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

Shades of Dark Magenta #9A0284

Tints of Dark Magenta #9A0284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 45.83%

R = 53.47%
G = 0.69%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#9A0284 (or 0x9A0284) is known color: Dark Magenta. HEX triplet: 9A, 02 and 84. RGB value is (154,2,132). Sum of RGB (Red+Green+Blue) = 154+2+132=288 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.47% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0284 is #65FD7B. Grayscale: #3D3D3D. Windows color (decimal): -6684028 or 8651418. OLE color: 8651418.

HSL color Cylindrical-coordinate representation of color #9A0284: hue angle of 308.68º 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 #9A0284 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 2 132 -
CMYK 0 0.99 0.14 0.40
HSL 308.68º 0.97% 0.31% -
HSV(B) 308.68º 0.99% 0.6% -
XYZ 17.51 8.58 22.56 -
YUV 62.27 167.36 193.43 -
System Red Green Blue C M Y K H S L
Decimal 154 2 132 0 0.99 0.14 0.40 308.68 0.97 0.31
Hex 9A 2 84 0 63 E 28 135 61 1F
Octal 232 2 204 0 143 16 50 465 141 37
Binary 10011010 10 10000100 0 1100011 1110 101000 100110101 1100001 11111

Color Harmonies of #9A0284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0284

Black with #9A0284

Text Example


Text Example

White with #9A0284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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