#99487B

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

Shades of Strikemaster #99487B

Tints of Strikemaster #99487B

Color information

#99487B (or 0x99487B) is unknown color: approx Strikemaster. HEX triplet: 99, 48 and 7B. RGB value is (153,72,123). Sum of RGB (Red+Green+Blue) = 153+72+123=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99487B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99487B is #66B784. Grayscale: #656565. Windows color (decimal): -6731653 or 8079513. OLE color: 8079513.

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

Color convert

RGB15372123-
CMYK00.530.200.4
HSL322.22º36%44.12%-
HSV(B)322.22º52.94%60%-
XYZ19.0312.8420.21-
YUV102.03139.84164.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.97%
GREEN value IS 72 (28.52% from 255) = 20.69%
BLUE value IS 123 (48.44% from 255) = 35.34%
R=43.97%
G=20.69%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537212300.530.200.4322.223644.12
Hex99487B0351428142242c
Octal23111017306524505024454
Binary1001100110010001111011011010110100101000101000010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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