#99507E

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

Shades of Strikemaster #99507E

Tints of Strikemaster #99507E

Color information

#99507E (or 0x99507E) is unknown color: approx Strikemaster. HEX triplet: 99, 50 and 7E. RGB value is (153,80,126). Sum of RGB (Red+Green+Blue) = 153+80+126=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #99507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99507E is #66AF81. Grayscale: #6A6A6A. Windows color (decimal): -6729602 or 8278169. OLE color: 8278169.

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

Color convert

RGB15380126-
CMYK00.480.180.4
HSL322.19º31.33%45.69%-
HSV(B)322.19º47.71%60%-
XYZ19.7714.0221.4-
YUV107.07138.68160.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.62%
GREEN value IS 80 (31.64% from 255) = 22.28%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=42.62%
G=22.28%
B=35.10%

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
Decimal1538012600.480.180.4322.1931.3345.69
Hex99507E03012281421f2e
Octal23112017606022505023756
Binary100110011010000111111001100001001010100010100001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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