#9B487E

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

Shades of Strikemaster #9B487E

Tints of Strikemaster #9B487E

Color information

#9B487E (or 0x9B487E) is unknown color: approx Strikemaster. HEX triplet: 9B, 48 and 7E. RGB value is (155,72,126). Sum of RGB (Red+Green+Blue) = 155+72+126=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B487E is #64B781. Grayscale: #666666. Windows color (decimal): -6600578 or 8276123. OLE color: 8276123.

HSL color Cylindrical-coordinate representation of color #9B487E: hue angle of 320.96º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B487E is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB15572126-
CMYK00.540.190.39
HSL320.96º36.56%44.51%-
HSV(B)320.96º53.55%60.78%-
XYZ19.613.1121.24-
YUV102.97141165.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.91%
GREEN value IS 72 (28.52% from 255) = 20.40%
BLUE value IS 126 (49.61% from 255) = 35.69%
R=43.91%
G=20.40%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557212600.540.190.39320.9636.5644.51
Hex9B487E0361327141252d
Octal23311017606623475014555
Binary1001101110010001111110011011010011100111101000001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B487E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,72,126); }

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

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

 a { background-color: rgb(155,72,126); }

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

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

 span { border-color: rgb(155,72,126); }

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