#99648D

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

Shades of Strikemaster #99648D

Tints of Strikemaster #99648D

Color information

#99648D (or 0x99648D) is unknown color: approx Strikemaster. HEX triplet: 99, 64 and 8D. RGB value is (153,100,141). Sum of RGB (Red+Green+Blue) = 153+100+141=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #99648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99648D is #669B72. Grayscale: #787878. Windows color (decimal): -6724467 or 9266329. OLE color: 9266329.

HSL color Cylindrical-coordinate representation of color #99648D: hue angle of 313.58º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99648D is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB153100141-
CMYK00.350.080.4
HSL313.58º20.95%49.61%-
HSV(B)313.58º34.64%60%-
XYZ22.517.8127.45-
YUV120.52139.56151.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.83%
GREEN value IS 100 (39.45% from 255) = 25.38%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=38.83%
G=25.38%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310014100.350.080.4313.5820.9549.61
Hex99648D02382813a1532
Octal23114421504310504722562
Binary100110011100100100011010100011100010100010011101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,100,141); }

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

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

 a { background-color: rgb(153,100,141); }

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

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

 span { border-color: rgb(153,100,141); }

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