#99588A

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

Shades of Strikemaster #99588A

Tints of Strikemaster #99588A

Color information

#99588A (or 0x99588A) is unknown color: approx Strikemaster. HEX triplet: 99, 58 and 8A. RGB value is (153,88,138). Sum of RGB (Red+Green+Blue) = 153+88+138=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #99588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99588A is #66A775. Grayscale: #717171. Windows color (decimal): -6727542 or 9066649. OLE color: 9066649.

HSL color Cylindrical-coordinate representation of color #99588A: hue angle of 313.85º 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 #99588A is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB15388138-
CMYK00.420.100.4
HSL313.85º26.97%47.25%-
HSV(B)313.85º42.48%60%-
XYZ21.2115.5925.94-
YUV113.14142.03156.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 88 (34.77% from 255) = 23.22%
BLUE value IS 138 (54.30% from 255) = 36.41%
R=40.37%
G=23.22%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538813800.420.100.4313.8526.9747.25
Hex99588A02AA2813a1b2f
Octal23113021205212504723357
Binary100110011011000100010100101010101010100010011101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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