#9b1f9c

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

Shades of Dark Magenta #9B1F9C

Tints of Dark Magenta #9B1F9C

Color information

#9B1F9C (or 0x9B1F9C) is unknown color: approx Dark Magenta. HEX triplet: 9B, 1F and 9C. RGB value is (155,31,156). Sum of RGB (Red+Green+Blue) = 155+31+156=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B1F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1F9C is #64E063. Grayscale: #515151. Windows color (decimal): -6611044 or 10231707. OLE color: 10231707.

HSL color Cylindrical-coordinate representation of color #9B1F9C: hue angle of 299.52º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B1F9C is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15531156-
CMYK0.010.8000.39
HSL299.52º66.84%36.67%-
HSV(B)299.52º80.13%61.18%-
XYZ20.0110.3532.4-
YUV82.33169.58179.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.32%
GREEN value IS 31 (12.5% from 255) = 9.06%
BLUE value IS 156 (61.33% from 255) = 45.61%
R=45.32%
G=9.06%
B=45.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155311560.010.8000.39299.5266.8436.67
Hex9B1F9C15002712c4325
Octal23337234112004745410345
Binary1001101111111100111001101000001001111001011001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b1f9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,31,156); }

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

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

 a { background-color: rgb(155,31,156); }

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

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

 span { border-color: rgb(155,31,156); }

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