#9D4E88

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

Shades of Strikemaster #9D4E88

Tints of Strikemaster #9D4E88

Color information

#9D4E88 (or 0x9D4E88) is unknown color: approx Strikemaster. HEX triplet: 9D, 4E and 88. RGB value is (157,78,136). Sum of RGB (Red+Green+Blue) = 157+78+136=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4E88 is #62B177. Grayscale: #6C6C6C. Windows color (decimal): -6467960 or 8933021. OLE color: 8933021.

HSL color Cylindrical-coordinate representation of color #9D4E88: hue angle of 315.95º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D4E88 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB15778136-
CMYK00.500.130.38
HSL315.95º33.62%46.08%-
HSV(B)315.95º50.32%61.57%-
XYZ21.0714.3924.96-
YUV108.23143.67162.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.32%
GREEN value IS 78 (30.86% from 255) = 21.02%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=42.32%
G=21.02%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577813600.500.130.38315.9533.6246.08
Hex9D4E88032D2613c222e
Octal23511621006215464744256
Binary1001110110011101000100001100101101100110100111100100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,78,136); }

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

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

 a { background-color: rgb(157,78,136); }

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

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

 span { border-color: rgb(157,78,136); }

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