#9C4B85

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

Shades of Strikemaster #9C4B85

Tints of Strikemaster #9C4B85

Color information

#9C4B85 (or 0x9C4B85) is unknown color: approx Strikemaster. HEX triplet: 9C, 4B and 85. RGB value is (156,75,133). Sum of RGB (Red+Green+Blue) = 156+75+133=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4B85 is #63B47A. Grayscale: #696969. Windows color (decimal): -6534267 or 8735644. OLE color: 8735644.

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

Color convert

RGB15675133-
CMYK00.520.150.39
HSL317.04º35.06%45.29%-
HSV(B)317.04º51.92%61.18%-
XYZ20.4613.7923.77-
YUV105.83143.34163.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.86%
GREEN value IS 75 (29.69% from 255) = 20.60%
BLUE value IS 133 (52.34% from 255) = 36.54%
R=42.86%
G=20.60%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567513300.520.150.39317.0435.0645.29
Hex9C4B85034F2713d232d
Octal23411320506417474754355
Binary1001110010010111000010101101001111100111100111101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,75,133); }

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

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

 a { background-color: rgb(156,75,133); }

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

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

 span { border-color: rgb(156,75,133); }

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