Html Css Color HEX #9A158D Dark Magenta

📋 copy color: '#9A158D'

red 154 ◦ green 21 ◦ blue 141

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

Shades of Dark Magenta #9A158D

Tints of Dark Magenta #9A158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.65%

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

R = 48.73%
G = 6.65%
B = 44.62%

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

#9A158D (or 0x9A158D) is known color: Dark Magenta. HEX triplet: 9A, 15 and 8D. RGB value is (154,21,141). Sum of RGB (Red+Green+Blue) = 154+21+141=316 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.73% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 154 - color contains mainly: red. Hex color #9A158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A158D is #65EA72. Grayscale: #4A4A4A. Windows color (decimal): -6679155 or 9246106. OLE color: 9246106.

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

Color convert

RGB 154 21 141 -
CMYK 0 0.86 0.08 0.40
HSL 305.86º 0.76% 0.34% -
HSV(B) 305.86º 0.86% 0.6% -
XYZ 18.4 9.33 26.03 -
YUV 74.45 165.56 184.74 -
System Red Green Blue C M Y K H S L
Decimal 154 21 141 0 0.86 0.08 0.40 305.86 0.76 0.34
Hex 9A 15 8D 0 56 8 28 132 4C 22
Octal 232 25 215 0 126 10 50 462 114 42
Binary 10011010 10101 10001101 0 1010110 1000 101000 100110010 1001100 100010

Color Harmonies of #9A158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A158D

Black with #9A158D

Text Example


Text Example

White with #9A158D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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