#99618C

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

Shades of Strikemaster #99618C

Tints of Strikemaster #99618C

Color information

#99618C (or 0x99618C) is unknown color: approx Strikemaster. HEX triplet: 99, 61 and 8C. RGB value is (153,97,140). Sum of RGB (Red+Green+Blue) = 153+97+140=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #99618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99618C is #669E73. Grayscale: #767676. Windows color (decimal): -6725236 or 9200025. OLE color: 9200025.

HSL color Cylindrical-coordinate representation of color #99618C: hue angle of 313.93º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99618C is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB15397140-
CMYK00.370.080.4
HSL313.93º22.4%49.02%-
HSV(B)313.93º36.6%60%-
XYZ22.1517.2226.97-
YUV118.65140.05152.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 97 (38.28% from 255) = 24.87%
BLUE value IS 140 (55.08% from 255) = 35.90%
R=39.23%
G=24.87%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539714000.370.080.4313.9322.449.02
Hex99618C02582813a1631
Octal23114121404510504722661
Binary100110011100001100011000100101100010100010011101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99618C; }

 p { color: rgb(153,97,140); }

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

<style>
 a { background-color: #99618C; }

 a { background-color: rgb(153,97,140); }

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

<style>
 span { border-color: #99618C; }

 span { border-color: rgb(153,97,140); }

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