Html Css Color HEX #9A168C Dark Magenta

📋 copy color: '#9A168C'

red 154 ◦ green 22 ◦ blue 140

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

Shades of Dark Magenta #9A168C

Tints of Dark Magenta #9A168C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.3%

R = 48.73%
G = 6.96%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#9A168C (or 0x9A168C) is known color: Dark Magenta. HEX triplet: 9A, 16 and 8C. RGB value is (154,22,140). Sum of RGB (Red+Green+Blue) = 154+22+140=316 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.73% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 154 - color contains mainly: red. Hex color #9A168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A168C is #65E973. Grayscale: #4A4A4A. Windows color (decimal): -6678900 or 9180826. OLE color: 9180826.

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

Color convert

RGB 154 22 140 -
CMYK 0 0.86 0.09 0.40
HSL 306.36º 0.75% 0.35% -
HSV(B) 306.36º 0.86% 0.6% -
XYZ 18.35 9.34 25.65 -
YUV 74.92 164.73 184.41 -
System Red Green Blue C M Y K H S L
Decimal 154 22 140 0 0.86 0.09 0.40 306.36 0.75 0.35
Hex 9A 16 8C 0 56 9 28 132 4B 23
Octal 232 26 214 0 126 11 50 462 113 43
Binary 10011010 10110 10001100 0 1010110 1001 101000 100110010 1001011 100011

Color Harmonies of #9A168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A168C

Black with #9A168C

Text Example


Text Example

White with #9A168C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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