Html Css Color HEX #9918A1 Dark Magenta

📋 copy color: '#9918A1'

red 153 ◦ green 24 ◦ blue 161

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

Shades of Dark Magenta #9918A1

Tints of Dark Magenta #9918A1

RGB

 RED value IS 153 (60.16% from 255) = 45.27%

 GREEN value IS 24 (9.77% from 255) = 7.1%

 BLUE value IS 161 (63.28% from 255) = 47.63%

R = 45.27%
G = 7.1%
B = 47.63%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9918A1 (or 0x9918A1) is known color: Dark Magenta. HEX triplet: 99, 18 and A1. RGB value is (153,24,161). Sum of RGB (Red+Green+Blue) = 153+24+161=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 161 (63.28% from 255 or 47.63% from 338); Max value from RGB is 161 - color contains mainly: blue. Hex color #9918A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9918A1 is #66E75E. Grayscale: #4D4D4D. Windows color (decimal): -6743903 or 10557593. OLE color: 10557593.

HSL color Cylindrical-coordinate representation of color #9918A1: hue angle of 296.5º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9918A1 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 24 161 -
CMYK 0.05 0.85 0 0.37
HSL 296.5º 0.74% 0.36% -
HSV(B) 296.5º 0.85% 0.63% -
XYZ 19.9 10 34.6 -
YUV 78.19 174.74 181.36 -
System Red Green Blue C M Y K H S L
Decimal 153 24 161 0.05 0.85 0 0.37 296.5 0.74 0.36
Hex 99 18 A1 5 55 0 25 128 4A 24
Octal 231 30 241 5 125 0 45 450 112 44
Binary 10011001 11000 10100001 101 1010101 0 100101 100101000 1001010 100100

Color Harmonies of #9918A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9918A1

Black with #9918A1

Text Example


Text Example

White with #9918A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9918A1; }

 p { color: rgb(153,24,161); }

 H1.HeaderClassName
 {
   color: #9918A1;
 }
 .AnyTagClassName
 {
   color: #9918A1;
 }
</style>

background-color css

<style>
 a { background-color: #9918A1; }

 a { background-color: rgb(153,24,161); }

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

border-color css

<style>
 span { border-color: #9918A1; }

 span { border-color: rgb(153,24,161); }

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