#9B5486

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

Shades of Strikemaster #9B5486

Tints of Strikemaster #9B5486

Color information

#9B5486 (or 0x9B5486) is unknown color: approx Strikemaster. HEX triplet: 9B, 54 and 86. RGB value is (155,84,134). Sum of RGB (Red+Green+Blue) = 155+84+134=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5486 is #64AB79. Grayscale: #6E6E6E. Windows color (decimal): -6597498 or 8803483. OLE color: 8803483.

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

Color convert

RGB15584134-
CMYK00.460.140.39
HSL317.75º29.71%46.86%-
HSV(B)317.75º45.81%60.78%-
XYZ20.9915.0324.35-
YUV110.93141.02159.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.55%
GREEN value IS 84 (33.20% from 255) = 22.52%
BLUE value IS 134 (52.73% from 255) = 35.92%
R=41.55%
G=22.52%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558413400.460.140.39317.7529.7146.86
Hex9B548602EE2713e1e2f
Octal23312420605616474763657
Binary100110111010100100001100101110111010011110011111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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