Html Css Color HEX #9A1095 Dark Magenta

📋 copy color: '#9A1095'

red 154 ◦ green 16 ◦ blue 149

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

Shades of Dark Magenta #9A1095

Tints of Dark Magenta #9A1095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.71%

R = 48.28%
G = 5.02%
B = 46.71%

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

#9A1095 (or 0x9A1095) is known color: Dark Magenta. HEX triplet: 9A, 10 and 95. RGB value is (154,16,149). Sum of RGB (Red+Green+Blue) = 154+16+149=319 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.28% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A1095 is #65EF6A. Grayscale: #484848. Windows color (decimal): -6680427 or 9769114. OLE color: 9769114.

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

Color convert

RGB 154 16 149 -
CMYK 0 0.90 0.03 0.40
HSL 302.17º 0.81% 0.33% -
HSV(B) 302.17º 0.9% 0.6% -
XYZ 18.94 9.41 29.25 -
YUV 72.42 171.22 186.19 -
System Red Green Blue C M Y K H S L
Decimal 154 16 149 0 0.90 0.03 0.40 302.17 0.81 0.33
Hex 9A 10 95 0 5A 3 28 12E 51 21
Octal 232 20 225 0 132 3 50 456 121 41
Binary 10011010 10000 10010101 0 1011010 11 101000 100101110 1010001 100001

Color Harmonies of #9A1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1095

Black with #9A1095

Text Example


Text Example

White with #9A1095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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