#9B14AE

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

Shades of Dark Magenta #9B14AE

Tints of Dark Magenta #9B14AE

Color information

#9B14AE (or 0x9B14AE) is unknown color: approx Dark Magenta. HEX triplet: 9B, 14 and AE. RGB value is (155,20,174). Sum of RGB (Red+Green+Blue) = 155+20+174=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B14AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B14AE is #64EB51. Grayscale: #4D4D4D. Windows color (decimal): -6613842 or 11408539. OLE color: 11408539.

HSL color Cylindrical-coordinate representation of color #9B14AE: hue angle of 292.6º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B14AE is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15520174-
CMYK0.110.8900.32
HSL292.6º79.38%38.04%-
HSV(B)292.6º88.51%68.24%-
XYZ21.4110.5240.95-
YUV77.92182.23182.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.41%
GREEN value IS 20 (8.20% from 255) = 5.73%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=44.41%
G=5.73%
B=49.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155201740.110.8900.32292.679.3838.04
Hex9B14AEB590201254f26
Octal233242561313104044511746
Binary1001101110100101011101011101100101000001001001011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B14AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,20,174); }

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

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

 a { background-color: rgb(155,20,174); }

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

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

 span { border-color: rgb(155,20,174); }

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