#99668C

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

Shades of Strikemaster #99668C

Tints of Strikemaster #99668C

Color information

#99668C (or 0x99668C) is unknown color: approx Strikemaster. HEX triplet: 99, 66 and 8C. RGB value is (153,102,140). Sum of RGB (Red+Green+Blue) = 153+102+140=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #99668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99668C is #669973. Grayscale: #797979. Windows color (decimal): -6723956 or 9201305. OLE color: 9201305.

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

Color convert

RGB153102140-
CMYK00.330.080.4
HSL315.29º20%50%-
HSV(B)315.29º33.33%60%-
XYZ22.6218.1727.13-
YUV121.58138.4150.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.73%
GREEN value IS 102 (40.23% from 255) = 25.82%
BLUE value IS 140 (55.08% from 255) = 35.44%
R=38.73%
G=25.82%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310214000.330.080.4315.292050
Hex99668C02182813b1432
Octal23114621404110504732462
Binary100110011100110100011000100001100010100010011101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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