#99507D

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

Shades of Strikemaster #99507D

Tints of Strikemaster #99507D

Color information

#99507D (or 0x99507D) is unknown color: approx Strikemaster. HEX triplet: 99, 50 and 7D. RGB value is (153,80,125). Sum of RGB (Red+Green+Blue) = 153+80+125=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #99507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99507D is #66AF82. Grayscale: #6A6A6A. Windows color (decimal): -6729603 or 8212633. OLE color: 8212633.

HSL color Cylindrical-coordinate representation of color #99507D: hue angle of 323.01º 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 #99507D is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB15380125-
CMYK00.480.180.4
HSL323.01º31.33%45.69%-
HSV(B)323.01º47.71%60%-
XYZ19.7113.9921.06-
YUV106.96138.18160.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.74%
GREEN value IS 80 (31.64% from 255) = 22.35%
BLUE value IS 125 (49.22% from 255) = 34.92%
R=42.74%
G=22.35%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538012500.480.180.4323.0131.3345.69
Hex99507D03012281431f2e
Octal23112017506022505033756
Binary100110011010000111110101100001001010100010100001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99507D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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