#99487D

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

Shades of Strikemaster #99487D

Tints of Strikemaster #99487D

Color information

#99487D (or 0x99487D) is unknown color: approx Strikemaster. HEX triplet: 99, 48 and 7D. RGB value is (153,72,125). Sum of RGB (Red+Green+Blue) = 153+72+125=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #99487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99487D is #66B782. Grayscale: #666666. Windows color (decimal): -6731651 or 8210585. OLE color: 8210585.

HSL color Cylindrical-coordinate representation of color #99487D: hue angle of 320.74º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99487D is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB15372125-
CMYK00.530.180.4
HSL320.74º36%44.12%-
HSV(B)320.74º52.94%60%-
XYZ19.1612.8920.88-
YUV102.26140.84164.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.71%
GREEN value IS 72 (28.52% from 255) = 20.57%
BLUE value IS 125 (49.22% from 255) = 35.71%
R=43.71%
G=20.57%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537212500.530.180.4320.743644.12
Hex99487D0351228141242c
Octal23111017506522505014454
Binary1001100110010001111101011010110010101000101000001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99487D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99487D; }

 p { color: rgb(153,72,125); }

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

<style>
 a { background-color: #99487D; }

 a { background-color: rgb(153,72,125); }

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

<style>
 span { border-color: #99487D; }

 span { border-color: rgb(153,72,125); }

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