#966988

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

Shades of Strikemaster #966988

Tints of Strikemaster #966988

Color information

#966988 (or 0x966988) is unknown color: approx Strikemaster. HEX triplet: 96, 69 and 88. RGB value is (150,105,136). Sum of RGB (Red+Green+Blue) = 150+105+136=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #966988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966988 is #699677. Grayscale: #797979. Windows color (decimal): -6919800 or 8939926. OLE color: 8939926.

HSL color Cylindrical-coordinate representation of color #966988: hue angle of 318.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #966988 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB150105136-
CMYK00.300.090.41
HSL318.67º17.65%50%-
HSV(B)318.67º30%58.82%-
XYZ22.0718.3625.67-
YUV121.99135.91147.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 105 (41.41% from 255) = 26.85%
BLUE value IS 136 (53.52% from 255) = 34.78%
R=38.36%
G=26.85%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010513600.300.090.41318.6717.6550
Hex96698801E92913f1232
Octal22615121003611514772262
Binary10010110110100110001000011110100110100110011111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966988; }

 p { color: rgb(150,105,136); }

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

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

 a { background-color: rgb(150,105,136); }

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

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

 span { border-color: rgb(150,105,136); }

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