#9B4781

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

Shades of Strikemaster #9B4781

Tints of Strikemaster #9B4781

Color information

#9B4781 (or 0x9B4781) is unknown color: approx Strikemaster. HEX triplet: 9B, 47 and 81. RGB value is (155,71,129). Sum of RGB (Red+Green+Blue) = 155+71+129=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4781 is #64B87E. Grayscale: #666666. Windows color (decimal): -6600831 or 8472475. OLE color: 8472475.

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

Color convert

RGB15571129-
CMYK00.540.170.39
HSL318.57º37.17%44.31%-
HSV(B)318.57º54.19%60.78%-
XYZ19.7313.0622.25-
YUV102.73142.83165.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.66%
GREEN value IS 71 (28.12% from 255) = 20%
BLUE value IS 129 (50.78% from 255) = 36.34%
R=43.66%
G=20%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557112900.540.170.39318.5737.1744.31
Hex9B4781036112713f252c
Octal23310720106621474774554
Binary10011011100011110000001011011010001100111100111111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,71,129); }

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

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

 a { background-color: rgb(155,71,129); }

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

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

 span { border-color: rgb(155,71,129); }

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