#9B2C85

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

Shades of Dark Purple #9B2C85

Tints of Dark Purple #9B2C85

Color information

#9B2C85 (or 0x9B2C85) is unknown color: approx Dark Purple. HEX triplet: 9B, 2C and 85. RGB value is (155,44,133). Sum of RGB (Red+Green+Blue) = 155+44+133=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2C85 is #64D37A. Grayscale: #575757. Windows color (decimal): -6607739 or 8727707. OLE color: 8727707.

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

Color convert

RGB15544133-
CMYK00.720.140.39
HSL311.89º55.78%39.02%-
HSV(B)311.89º71.61%60.78%-
XYZ18.6510.4623.23-
YUV87.34153.77176.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 44 (17.58% from 255) = 13.25%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=46.69%
G=13.25%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554413300.720.140.39311.8955.7839.02
Hex9B2C85048E271383827
Octal23354205011016474707047
Binary1001101110110010000101010010001110100111100111000111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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