Html Css Color HEX #9A1096 Dark Magenta

📋 copy color: '#9A1096'

red 154 ◦ green 16 ◦ blue 150

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

Shades of Dark Magenta #9A1096

Tints of Dark Magenta #9A1096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5%

 BLUE value IS 150 (58.98% from 255) = 46.88%

R = 48.13%
G = 5%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#9A1096 (or 0x9A1096) is known color: Dark Magenta. HEX triplet: 9A, 10 and 96. RGB value is (154,16,150). Sum of RGB (Red+Green+Blue) = 154+16+150=320 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.12% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A1096 is #65EF69. Grayscale: #484848. Windows color (decimal): -6680426 or 9834650. OLE color: 9834650.

HSL color Cylindrical-coordinate representation of color #9A1096: hue angle of 301.74º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A1096 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 16 150 -
CMYK 0 0.90 0.03 0.40
HSL 301.74º 0.81% 0.33% -
HSV(B) 301.74º 0.9% 0.6% -
XYZ 19.02 9.44 29.67 -
YUV 72.54 171.72 186.1 -
System Red Green Blue C M Y K H S L
Decimal 154 16 150 0 0.90 0.03 0.40 301.74 0.81 0.33
Hex 9A 10 96 0 5A 3 28 12E 51 21
Octal 232 20 226 0 132 3 50 456 121 41
Binary 10011010 10000 10010110 0 1011010 11 101000 100101110 1010001 100001

Color Harmonies of #9A1096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1096

Black with #9A1096

Text Example


Text Example

White with #9A1096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,16,150); }

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

background-color css

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

 a { background-color: rgb(154,16,150); }

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

border-color css

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

 span { border-color: rgb(154,16,150); }

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