#99507A

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

Shades of Strikemaster #99507A

Tints of Strikemaster #99507A

Color information

#99507A (or 0x99507A) is unknown color: approx Strikemaster. HEX triplet: 99, 50 and 7A. RGB value is (153,80,122). Sum of RGB (Red+Green+Blue) = 153+80+122=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #99507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99507A is #66AF85. Grayscale: #6A6A6A. Windows color (decimal): -6729606 or 8016025. OLE color: 8016025.

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

Color convert

RGB15380122-
CMYK00.480.200.4
HSL325.48º31.33%45.69%-
HSV(B)325.48º47.71%60%-
XYZ19.5213.9120.07-
YUV106.62136.68161.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.10%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=43.10%
G=22.54%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538012200.480.200.4325.4831.3345.69
Hex99507A03014281451f2e
Octal23112017206024505053756
Binary100110011010000111101001100001010010100010100010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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