Html Css Color HEX #9A018E Dark Magenta

📋 copy color: '#9A018E'

red 154 ◦ green 1 ◦ blue 142

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

Shades of Dark Magenta #9A018E

Tints of Dark Magenta #9A018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 51.85%
G = 0.34%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A018E (or 0x9A018E) is known color: Dark Magenta. HEX triplet: 9A, 01 and 8E. RGB value is (154,1,142). Sum of RGB (Red+Green+Blue) = 154+1+142=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A018E is #65FE71. Grayscale: #3E3E3E. Windows color (decimal): -6684274 or 9306522. OLE color: 9306522.

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

Color convert

RGB 154 1 142 -
CMYK 0 0.99 0.08 0.40
HSL 304.71º 0.99% 0.3% -
HSV(B) 304.71º 0.99% 0.6% -
XYZ 18.22 8.84 26.34 -
YUV 62.82 172.69 193.04 -
System Red Green Blue C M Y K H S L
Decimal 154 1 142 0 0.99 0.08 0.40 304.71 0.99 0.3
Hex 9A 1 8E 0 63 8 28 131 63 1E
Octal 232 1 216 0 143 10 50 461 143 36
Binary 10011010 1 10001110 0 1100011 1000 101000 100110001 1100011 11110

Color Harmonies of #9A018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A018E

Black with #9A018E

Text Example


Text Example

White with #9A018E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,1,142); }

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

background-color css

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

 a { background-color: rgb(154,1,142); }

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

border-color css

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

 span { border-color: rgb(154,1,142); }

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