#9B089F

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

Shades of Dark Magenta #9B089F

Tints of Dark Magenta #9B089F

Color information

#9B089F (or 0x9B089F) is unknown color: approx Dark Magenta. HEX triplet: 9B, 08 and 9F. RGB value is (155,8,159). Sum of RGB (Red+Green+Blue) = 155+8+159=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #9B089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B089F is #64F760. Grayscale: #444444. Windows color (decimal): -6616929 or 10422427. OLE color: 10422427.

HSL color Cylindrical-coordinate representation of color #9B089F: hue angle of 298.41º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B089F is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1558159-
CMYK0.030.9500.38
HSL298.41º90.42%32.75%-
HSV(B)298.41º94.97%62.35%-
XYZ19.869.6533.62-
YUV69.17178.7189.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.14%
GREEN value IS 8 (3.52% from 255) = 2.48%
BLUE value IS 159 (62.5% from 255) = 49.38%
R=48.14%
G=2.48%
B=49.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15581590.030.9500.38298.4190.4232.75
Hex9B89F35F02612a5a21
Octal23310237313704645213241
Binary1001101110001001111111101111101001101001010101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B089F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,8,159); }

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

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

 a { background-color: rgb(155,8,159); }

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

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

 span { border-color: rgb(155,8,159); }

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