Html Css Color HEX #9A168B Dark Magenta

📋 copy color: '#9A168B'

red 154 ◦ green 22 ◦ blue 139

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

Shades of Dark Magenta #9A168B

Tints of Dark Magenta #9A168B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.13%

R = 48.89%
G = 6.98%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#9A168B (or 0x9A168B) is known color: Dark Magenta. HEX triplet: 9A, 16 and 8B. RGB value is (154,22,139). Sum of RGB (Red+Green+Blue) = 154+22+139=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A168B is #65E974. Grayscale: #4A4A4A. Windows color (decimal): -6678901 or 9115290. OLE color: 9115290.

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

Color convert

RGB 154 22 139 -
CMYK 0 0.86 0.10 0.40
HSL 306.82º 0.75% 0.35% -
HSV(B) 306.82º 0.86% 0.6% -
XYZ 18.27 9.31 25.26 -
YUV 74.81 164.23 184.49 -
System Red Green Blue C M Y K H S L
Decimal 154 22 139 0 0.86 0.10 0.40 306.82 0.75 0.35
Hex 9A 16 8B 0 56 A 28 133 4B 23
Octal 232 26 213 0 126 12 50 463 113 43
Binary 10011010 10110 10001011 0 1010110 1010 101000 100110011 1001011 100011

Color Harmonies of #9A168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A168B

Black with #9A168B

Text Example


Text Example

White with #9A168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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