#9B5488

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

Shades of Strikemaster #9B5488

Tints of Strikemaster #9B5488

Color information

#9B5488 (or 0x9B5488) is unknown color: approx Strikemaster. HEX triplet: 9B, 54 and 88. RGB value is (155,84,136). Sum of RGB (Red+Green+Blue) = 155+84+136=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5488 is #64AB77. Grayscale: #6F6F6F. Windows color (decimal): -6597496 or 8934555. OLE color: 8934555.

HSL color Cylindrical-coordinate representation of color #9B5488: hue angle of 316.06º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B5488 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB15584136-
CMYK00.460.120.39
HSL316.06º29.71%46.86%-
HSV(B)316.06º45.81%60.78%-
XYZ21.1315.0925.09-
YUV111.16142.02159.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.33%
GREEN value IS 84 (33.20% from 255) = 22.4%
BLUE value IS 136 (53.52% from 255) = 36.27%
R=41.33%
G=22.4%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558413600.460.120.39316.0629.7146.86
Hex9B548802EC2713c1e2f
Octal23312421005614474743657
Binary100110111010100100010000101110110010011110011110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,84,136); }

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

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

 a { background-color: rgb(155,84,136); }

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

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

 span { border-color: rgb(155,84,136); }

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