#9B2C78

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

Shades of Dark Purple #9B2C78

Tints of Dark Purple #9B2C78

Color information

#9B2C78 (or 0x9B2C78) is unknown color: approx Dark Purple. HEX triplet: 9B, 2C and 78. RGB value is (155,44,120). Sum of RGB (Red+Green+Blue) = 155+44+120=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2C78 is #64D387. Grayscale: #555555. Windows color (decimal): -6607752 or 7875739. OLE color: 7875739.

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

Color convert

RGB15544120-
CMYK00.720.230.39
HSL318.92º55.78%39.02%-
HSV(B)318.92º71.61%60.78%-
XYZ17.8110.1318.79-
YUV85.85147.27177.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.59%
GREEN value IS 44 (17.58% from 255) = 13.79%
BLUE value IS 120 (47.27% from 255) = 37.62%
R=48.59%
G=13.79%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554412000.720.230.39318.9255.7839.02
Hex9B2C78048172713f3827
Octal23354170011027474777047
Binary1001101110110011110000100100010111100111100111111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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