#9B2C7C

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

Shades of Dark Purple #9B2C7C

Tints of Dark Purple #9B2C7C

Color information

#9B2C7C (or 0x9B2C7C) is unknown color: approx Dark Purple. HEX triplet: 9B, 2C and 7C. RGB value is (155,44,124). Sum of RGB (Red+Green+Blue) = 155+44+124=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2C7C is #64D383. Grayscale: #565656. Windows color (decimal): -6607748 or 8137883. OLE color: 8137883.

HSL color Cylindrical-coordinate representation of color #9B2C7C: hue angle of 316.76º 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 #9B2C7C is Cyan = 0, Magento = 0.72, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB15544124-
CMYK00.720.20.39
HSL316.76º55.78%39.02%-
HSV(B)316.76º71.61%60.78%-
XYZ18.0610.2320.09-
YUV86.31149.27177-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.99%
GREEN value IS 44 (17.58% from 255) = 13.62%
BLUE value IS 124 (48.83% from 255) = 38.39%
R=47.99%
G=13.62%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554412400.720.20.39316.7655.7839.02
Hex9B2C7C048142713d3827
Octal23354174011024474757047
Binary1001101110110011111000100100010100100111100111101111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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