#99507F

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

Shades of Strikemaster #99507F

Tints of Strikemaster #99507F

Color information

#99507F (or 0x99507F) is unknown color: approx Strikemaster. HEX triplet: 99, 50 and 7F. RGB value is (153,80,127). Sum of RGB (Red+Green+Blue) = 153+80+127=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99507F is #66AF80. Grayscale: #6B6B6B. Windows color (decimal): -6729601 or 8343705. OLE color: 8343705.

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

Color convert

RGB15380127-
CMYK00.480.170.4
HSL321.37º31.33%45.69%-
HSV(B)321.37º47.71%60%-
XYZ19.8414.0421.74-
YUV107.18139.18160.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.5%
GREEN value IS 80 (31.64% from 255) = 22.22%
BLUE value IS 127 (50% from 255) = 35.28%
R=42.5%
G=22.22%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538012700.480.170.4321.3731.3345.69
Hex99507F03011281411f2e
Octal23112017706021505013756
Binary100110011010000111111101100001000110100010100000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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