#916887

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

Shades of Strikemaster #916887

Tints of Strikemaster #916887

Color information

#916887 (or 0x916887) is unknown color: approx Strikemaster. HEX triplet: 91, 68 and 87. RGB value is (145,104,135). Sum of RGB (Red+Green+Blue) = 145+104+135=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #916887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916887 is #6E9778. Grayscale: #777777. Windows color (decimal): -7247737 or 8874129. OLE color: 8874129.

HSL color Cylindrical-coordinate representation of color #916887: hue angle of 314.63º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #916887 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB145104135-
CMYK00.280.070.43
HSL314.63º16.47%48.82%-
HSV(B)314.63º28.28%56.86%-
XYZ2117.6725.23-
YUV119.79136.58145.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.76%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=37.76%
G=27.08%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510413500.280.070.43314.6316.4748.82
Hex91688701C72B13b1031
Octal2211502070347534732061
Binary1001000111010001000011101110011110101110011101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916887; }

 p { color: rgb(145,104,135); }

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

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

 a { background-color: rgb(145,104,135); }

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

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

 span { border-color: rgb(145,104,135); }

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