#99487F

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

Shades of Strikemaster #99487F

Tints of Strikemaster #99487F

Color information

#99487F (or 0x99487F) is unknown color: approx Strikemaster. HEX triplet: 99, 48 and 7F. RGB value is (153,72,127). Sum of RGB (Red+Green+Blue) = 153+72+127=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #99487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99487F is #66B780. Grayscale: #666666. Windows color (decimal): -6731649 or 8341657. OLE color: 8341657.

HSL color Cylindrical-coordinate representation of color #99487F: hue angle of 319.26º 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 #99487F is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB15372127-
CMYK00.530.170.4
HSL319.26º36%44.12%-
HSV(B)319.26º52.94%60%-
XYZ19.2812.9421.56-
YUV102.49141.84164.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.47%
GREEN value IS 72 (28.52% from 255) = 20.45%
BLUE value IS 127 (50% from 255) = 36.08%
R=43.47%
G=20.45%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537212700.530.170.4319.263644.12
Hex99487F035112813f242c
Octal23111017706521504774454
Binary1001100110010001111111011010110001101000100111111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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