#99497B

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

Shades of Strikemaster #99497B

Tints of Strikemaster #99497B

Color information

#99497B (or 0x99497B) is unknown color: approx Strikemaster. HEX triplet: 99, 49 and 7B. RGB value is (153,73,123). Sum of RGB (Red+Green+Blue) = 153+73+123=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #99497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99497B is #66B684. Grayscale: #666666. Windows color (decimal): -6731397 or 8079769. OLE color: 8079769.

HSL color Cylindrical-coordinate representation of color #99497B: hue angle of 322.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99497B is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB15373123-
CMYK00.520.200.4
HSL322.5º35.4%44.31%-
HSV(B)322.5º52.29%60%-
XYZ19.0912.9720.24-
YUV102.62139.5163.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.84%
GREEN value IS 73 (28.91% from 255) = 20.92%
BLUE value IS 123 (48.44% from 255) = 35.24%
R=43.84%
G=20.92%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537312300.520.200.4322.535.444.31
Hex99497B0341428142232c
Octal23111117306424505024354
Binary1001100110010011111011011010010100101000101000010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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