#9B4D7C

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

Shades of Strikemaster #9B4D7C

Tints of Strikemaster #9B4D7C

Color information

#9B4D7C (or 0x9B4D7C) is unknown color: approx Strikemaster. HEX triplet: 9B, 4D and 7C. RGB value is (155,77,124). Sum of RGB (Red+Green+Blue) = 155+77+124=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4D7C is #64B283. Grayscale: #696969. Windows color (decimal): -6599300 or 8146331. OLE color: 8146331.

HSL color Cylindrical-coordinate representation of color #9B4D7C: hue angle of 323.85º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B4D7C is Cyan = 0, Magento = 0.50, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB15577124-
CMYK00.500.20.39
HSL323.85º33.62%45.49%-
HSV(B)323.85º50.32%60.78%-
XYZ19.8113.7320.68-
YUV105.68138.34163.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.54%
GREEN value IS 77 (30.47% from 255) = 21.63%
BLUE value IS 124 (48.83% from 255) = 34.83%
R=43.54%
G=21.63%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557712400.500.20.39323.8533.6245.49
Hex9B4D7C0321427144222d
Octal23311517406224475044255
Binary1001101110011011111100011001010100100111101000100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,77,124); }

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

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

 a { background-color: rgb(155,77,124); }

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

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

 span { border-color: rgb(155,77,124); }

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