#916883

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

Shades of Strikemaster #916883

Tints of Strikemaster #916883

Color information

#916883 (or 0x916883) is unknown color: approx Strikemaster. HEX triplet: 91, 68 and 83. RGB value is (145,104,131). Sum of RGB (Red+Green+Blue) = 145+104+131=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #916883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916883 is #6E977C. Grayscale: #777777. Windows color (decimal): -7247741 or 8611985. OLE color: 8611985.

HSL color Cylindrical-coordinate representation of color #916883: hue angle of 320.49º 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 #916883 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB145104131-
CMYK00.280.100.43
HSL320.49º16.47%48.82%-
HSV(B)320.49º28.28%56.86%-
XYZ20.7217.5623.77-
YUV119.34134.58146.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.16%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 131 (51.56% from 255) = 34.47%
R=38.16%
G=27.37%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510413100.280.100.43320.4916.4748.82
Hex91688301CA2B1401031
Octal22115020303412535002061
Binary10010001110100010000011011100101010101110100000010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916883; }

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

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

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

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

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

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

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

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