#9B2A7C

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

Shades of Dark Purple #9B2A7C

Tints of Dark Purple #9B2A7C

Color information

#9B2A7C (or 0x9B2A7C) is unknown color: approx Dark Purple. HEX triplet: 9B, 2A and 7C. RGB value is (155,42,124). Sum of RGB (Red+Green+Blue) = 155+42+124=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2A7C is #64D583. Grayscale: #545454. Windows color (decimal): -6608260 or 8137371. OLE color: 8137371.

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

Color convert

RGB15542124-
CMYK00.730.20.39
HSL316.46º57.36%38.63%-
HSV(B)316.46º72.9%60.78%-
XYZ17.9810.0820.07-
YUV85.14149.94177.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.29%
GREEN value IS 42 (16.80% from 255) = 13.08%
BLUE value IS 124 (48.83% from 255) = 38.63%
R=48.29%
G=13.08%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554212400.730.20.39316.4657.3638.63
Hex9B2A7C049142713c3927
Octal23352174011124474747147
Binary1001101110101011111000100100110100100111100111100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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