#9b5088

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

Shades of Strikemaster #9B5088

Tints of Strikemaster #9B5088

Color information

#9B5088 (or 0x9B5088) is unknown color: approx Strikemaster. HEX triplet: 9B, 50 and 88. RGB value is (155,80,136). Sum of RGB (Red+Green+Blue) = 155+80+136=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5088 is #64AF77. Grayscale: #6C6C6C. Windows color (decimal): -6598520 or 8933531. OLE color: 8933531.

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

Color convert

RGB15580136-
CMYK00.480.120.39
HSL315.2º31.91%46.08%-
HSV(B)315.2º48.39%60.78%-
XYZ20.8314.4824.99-
YUV108.81143.35160.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.78%
GREEN value IS 80 (31.64% from 255) = 21.56%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=41.78%
G=21.56%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558013600.480.120.39315.231.9146.08
Hex9B5088030C2713b202e
Octal23312021006014474734056
Binary1001101110100001000100001100001100100111100111011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b5088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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