Html Css Color HEX #9A169B Dark Magenta

📋 copy color: '#9A169B'

red 154 ◦ green 22 ◦ blue 155

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

Shades of Dark Magenta #9A169B

Tints of Dark Magenta #9A169B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.65%

 BLUE value IS 155 (60.94% from 255) = 46.83%

R = 46.53%
G = 6.65%
B = 46.83%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9A169B (or 0x9A169B) is known color: Dark Magenta. HEX triplet: 9A, 16 and 9B. RGB value is (154,22,155). Sum of RGB (Red+Green+Blue) = 154+22+155=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A169B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A169B is #65E964. Grayscale: #4C4C4C. Windows color (decimal): -6678885 or 10163866. OLE color: 10163866.

HSL color Cylindrical-coordinate representation of color #9A169B: hue angle of 299.55º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A169B is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 154 22 155 -
CMYK 0.01 0.86 0 0.39
HSL 299.55º 0.75% 0.35% -
HSV(B) 299.55º 0.86% 0.61% -
XYZ 19.53 9.81 31.87 -
YUV 76.63 172.23 183.19 -
System Red Green Blue C M Y K H S L
Decimal 154 22 155 0.01 0.86 0 0.39 299.55 0.75 0.35
Hex 9A 16 9B 1 56 0 27 12C 4B 23
Octal 232 26 233 1 126 0 47 454 113 43
Binary 10011010 10110 10011011 1 1010110 0 100111 100101100 1001011 100011

Color Harmonies of #9A169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A169B

Black with #9A169B

Text Example


Text Example

White with #9A169B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,22,155); }

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

background-color css

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

 a { background-color: rgb(154,22,155); }

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

border-color css

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

 span { border-color: rgb(154,22,155); }

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