Html Css Color HEX #9A018D Dark Magenta

📋 copy color: '#9A018D'

red 154 ◦ green 1 ◦ blue 141

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

Shades of Dark Magenta #9A018D

Tints of Dark Magenta #9A018D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.64%

R = 52.03%
G = 0.34%
B = 47.64%

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

#9A018D (or 0x9A018D) is known color: Dark Magenta. HEX triplet: 9A, 01 and 8D. RGB value is (154,1,141). Sum of RGB (Red+Green+Blue) = 154+1+141=296 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.03% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 154 - color contains mainly: red. Hex color #9A018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A018D is #65FE72. Grayscale: #3E3E3E. Windows color (decimal): -6684275 or 9240986. OLE color: 9240986.

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

Color convert

RGB 154 1 141 -
CMYK 0 0.99 0.08 0.40
HSL 305.1º 0.99% 0.3% -
HSV(B) 305.1º 0.99% 0.6% -
XYZ 18.15 8.81 25.94 -
YUV 62.71 172.19 193.12 -
System Red Green Blue C M Y K H S L
Decimal 154 1 141 0 0.99 0.08 0.40 305.1 0.99 0.3
Hex 9A 1 8D 0 63 8 28 131 63 1E
Octal 232 1 215 0 143 10 50 461 143 36
Binary 10011010 1 10001101 0 1100011 1000 101000 100110001 1100011 11110

Color Harmonies of #9A018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A018D

Black with #9A018D

Text Example


Text Example

White with #9A018D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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