#9A148B

Color #9A148B Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9A148B

Tints of Dark Magenta #9A148B

Color information

#9A148B (or 0x9A148B) is unknown color: approx Dark Magenta. HEX triplet: 9A, 14 and 8B. RGB value is (154,20,139). Sum of RGB (Red+Green+Blue) = 154+20+139=313 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.20% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 154 - color contains mainly: red. Hex color #9A148B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A148B is #65EB74. Grayscale: #494949. Windows color (decimal): -6679413 or 9114778. OLE color: 9114778.

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

Color convert

RGB15420139-
CMYK00.870.100.40
HSL306.72º77.01%34.12%-
HSV(B)306.72º87.01%60.39%-
XYZ18.249.2325.25-
YUV73.63164.89185.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.20%
GREEN value IS 20 (8.20% from 255) = 6.39%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=49.20%
G=6.39%
B=44.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1542013900.870.100.40306.7277.0134.12
Hex9A148B057A281334d22
Octal232242130127125046311542
Binary1001101010100100010110101011110101010001001100111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A148B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A148B;
 }
 .AnyTagClassName
 {
   color: #9A148B;
 }
</style>
background-color css

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

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

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

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

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

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