#9B1B7F

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

Shades of Dark Purple #9B1B7F

Tints of Dark Purple #9B1B7F

Color information

#9B1B7F (or 0x9B1B7F) is unknown color: approx Dark Purple. HEX triplet: 9B, 1B and 7F. RGB value is (155,27,127). Sum of RGB (Red+Green+Blue) = 155+27+127=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1B7F is #64E480. Grayscale: #4C4C4C. Windows color (decimal): -6612097 or 8330139. OLE color: 8330139.

HSL color Cylindrical-coordinate representation of color #9B1B7F: hue angle of 313.12º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1B7F is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB15527127-
CMYK00.830.180.39
HSL313.12º70.33%35.69%-
HSV(B)313.12º82.58%60.78%-
XYZ17.749.2820.94-
YUV76.67156.41183.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.16%
GREEN value IS 27 (10.94% from 255) = 8.74%
BLUE value IS 127 (50% from 255) = 41.10%
R=50.16%
G=8.74%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552712700.830.180.39313.1270.3335.69
Hex9B1B7F05312271394624
Octal233331770123224747110644
Binary1001101111011111111101010011100101001111001110011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,27,127); }

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

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

 a { background-color: rgb(155,27,127); }

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

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

 span { border-color: rgb(155,27,127); }

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