#9B2C8A

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

Shades of Dark Purple #9B2C8A

Tints of Dark Purple #9B2C8A

Color information

#9B2C8A (or 0x9B2C8A) is unknown color: approx Dark Purple. HEX triplet: 9B, 2C and 8A. RGB value is (155,44,138). Sum of RGB (Red+Green+Blue) = 155+44+138=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2C8A is #64D375. Grayscale: #575757. Windows color (decimal): -6607734 or 9055387. OLE color: 9055387.

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

Color convert

RGB15544138-
CMYK00.720.110.39
HSL309.19º55.78%39.02%-
HSV(B)309.19º71.61%60.78%-
XYZ19.0110.625.09-
YUV87.9156.27175.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.99%
GREEN value IS 44 (17.58% from 255) = 13.06%
BLUE value IS 138 (54.30% from 255) = 40.95%
R=45.99%
G=13.06%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554413800.720.110.39309.1955.7839.02
Hex9B2C8A048B271353827
Octal23354212011013474657047
Binary1001101110110010001010010010001011100111100110101111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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