#916688

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

Shades of Strikemaster #916688

Tints of Strikemaster #916688

Color information

#916688 (or 0x916688) is unknown color: approx Strikemaster. HEX triplet: 91, 66 and 88. RGB value is (145,102,136). Sum of RGB (Red+Green+Blue) = 145+102+136=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 145 - color contains mainly: red. Hex color #916688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916688 is #6E9977. Grayscale: #767676. Windows color (decimal): -7248248 or 8939153. OLE color: 8939153.

HSL color Cylindrical-coordinate representation of color #916688: hue angle of 312.56º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916688 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB145102136-
CMYK00.300.060.43
HSL312.56º17.41%48.43%-
HSV(B)312.56º29.66%56.86%-
XYZ20.8717.325.53-
YUV118.73137.75146.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.86%
GREEN value IS 102 (40.23% from 255) = 26.63%
BLUE value IS 136 (53.52% from 255) = 35.51%
R=37.86%
G=26.63%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510213600.300.060.43312.5617.4148.43
Hex91668801E62B1391130
Octal2211462100366534712160
Binary1001000111001101000100001111011010101110011100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916688; }

 p { color: rgb(145,102,136); }

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

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

 a { background-color: rgb(145,102,136); }

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

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

 span { border-color: rgb(145,102,136); }

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