#9B2D85

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

Shades of Dark Purple #9B2D85

Tints of Dark Purple #9B2D85

Color information

#9B2D85 (or 0x9B2D85) is unknown color: approx Dark Purple. HEX triplet: 9B, 2D and 85. RGB value is (155,45,133). Sum of RGB (Red+Green+Blue) = 155+45+133=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2D85 is #64D27A. Grayscale: #575757. Windows color (decimal): -6607483 or 8727963. OLE color: 8727963.

HSL color Cylindrical-coordinate representation of color #9B2D85: hue angle of 312º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B2D85 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB15545133-
CMYK00.710.140.39
HSL312º55%39.22%-
HSV(B)312º70.97%60.78%-
XYZ18.6910.5423.24-
YUV87.92153.44175.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.55%
GREEN value IS 45 (17.97% from 255) = 13.51%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=46.55%
G=13.51%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554513300.710.140.393125539.22
Hex9B2D85047E271383727
Octal23355205010716474706747
Binary1001101110110110000101010001111110100111100111000110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,45,133); }

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

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

 a { background-color: rgb(155,45,133); }

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

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

 span { border-color: rgb(155,45,133); }

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