Html Css Color HEX #9A168D Dark Magenta

📋 copy color: '#9A168D'

red 154 ◦ green 22 ◦ blue 141

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

Shades of Dark Magenta #9A168D

Tints of Dark Magenta #9A168D

RGB

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

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

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

R = 48.58%
G = 6.94%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A168D (or 0x9A168D) is known color: Dark Magenta. HEX triplet: 9A, 16 and 8D. RGB value is (154,22,141). Sum of RGB (Red+Green+Blue) = 154+22+141=317 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.58% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 154 - color contains mainly: red. Hex color #9A168D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A168D is #65E972. Grayscale: #4A4A4A. Windows color (decimal): -6678899 or 9246362. OLE color: 9246362.

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

Color convert

RGB 154 22 141 -
CMYK 0 0.86 0.08 0.40
HSL 305.91º 0.75% 0.35% -
HSV(B) 305.91º 0.86% 0.6% -
XYZ 18.42 9.37 26.04 -
YUV 75.03 165.23 184.32 -
System Red Green Blue C M Y K H S L
Decimal 154 22 141 0 0.86 0.08 0.40 305.91 0.75 0.35
Hex 9A 16 8D 0 56 8 28 132 4B 23
Octal 232 26 215 0 126 10 50 462 113 43
Binary 10011010 10110 10001101 0 1010110 1000 101000 100110010 1001011 100011

Color Harmonies of #9A168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A168D

Black with #9A168D

Text Example


Text Example

White with #9A168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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