#99587A

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

Shades of Strikemaster #99587A

Tints of Strikemaster #99587A

Color information

#99587A (or 0x99587A) is unknown color: approx Strikemaster. HEX triplet: 99, 58 and 7A. RGB value is (153,88,122). Sum of RGB (Red+Green+Blue) = 153+88+122=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #99587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99587A is #66A785. Grayscale: #6F6F6F. Windows color (decimal): -6727558 or 8018073. OLE color: 8018073.

HSL color Cylindrical-coordinate representation of color #99587A: hue angle of 328.62º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99587A is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB15388122-
CMYK00.420.200.4
HSL328.62º26.97%47.25%-
HSV(B)328.62º42.48%60%-
XYZ20.1415.1620.28-
YUV111.31134.03157.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 88 (34.77% from 255) = 24.24%
BLUE value IS 122 (48.05% from 255) = 33.61%
R=42.15%
G=24.24%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538812200.420.200.4328.6226.9747.25
Hex99587A02A14281491b2f
Octal23113017205224505113357
Binary100110011011000111101001010101010010100010100100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99587A; }

 p { color: rgb(153,88,122); }

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

<style>
 a { background-color: #99587A; }

 a { background-color: rgb(153,88,122); }

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

<style>
 span { border-color: #99587A; }

 span { border-color: rgb(153,88,122); }

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