#99507C

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

Shades of Strikemaster #99507C

Tints of Strikemaster #99507C

Color information

#99507C (or 0x99507C) is unknown color: approx Strikemaster. HEX triplet: 99, 50 and 7C. RGB value is (153,80,124). Sum of RGB (Red+Green+Blue) = 153+80+124=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #99507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99507C is #66AF83. Grayscale: #6A6A6A. Windows color (decimal): -6729604 or 8147097. OLE color: 8147097.

HSL color Cylindrical-coordinate representation of color #99507C: hue angle of 323.84º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99507C is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB15380124-
CMYK00.480.190.4
HSL323.84º31.33%45.69%-
HSV(B)323.84º47.71%60%-
XYZ19.6413.9620.73-
YUV106.84137.68160.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=42.86%
G=22.41%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538012400.480.190.4323.8431.3345.69
Hex99507C03013281441f2e
Octal23112017406023505043756
Binary100110011010000111110001100001001110100010100010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99507C; }

 p { color: rgb(153,80,124); }

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

<style>
 a { background-color: #99507C; }

 a { background-color: rgb(153,80,124); }

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

<style>
 span { border-color: #99507C; }

 span { border-color: rgb(153,80,124); }

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