#9B5A78

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

Shades of Strikemaster #9B5A78

Tints of Strikemaster #9B5A78

Color information

#9B5A78 (or 0x9B5A78) is unknown color: approx Strikemaster. HEX triplet: 9B, 5A and 78. RGB value is (155,90,120). Sum of RGB (Red+Green+Blue) = 155+90+120=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5A78 is #64A587. Grayscale: #707070. Windows color (decimal): -6595976 or 7887515. OLE color: 7887515.

HSL color Cylindrical-coordinate representation of color #9B5A78: hue angle of 332.31º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B5A78 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB15590120-
CMYK00.420.230.39
HSL332.31º26.53%48.04%-
HSV(B)332.31º41.94%60.78%-
XYZ20.5615.6419.7-
YUV112.85132.03158.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.47%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 120 (47.27% from 255) = 32.88%
R=42.47%
G=24.66%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559012000.420.230.39332.3126.5348.04
Hex9B5A7802A172714c1b30
Octal23313217005227475143360
Binary100110111011010111100001010101011110011110100110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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