#916683

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

Shades of Strikemaster #916683

Tints of Strikemaster #916683

Color information

#916683 (or 0x916683) is unknown color: approx Strikemaster. HEX triplet: 91, 66 and 83. RGB value is (145,102,131). Sum of RGB (Red+Green+Blue) = 145+102+131=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #916683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916683 is #6E997C. Grayscale: #767676. Windows color (decimal): -7248253 or 8611473. OLE color: 8611473.

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

Color convert

RGB145102131-
CMYK00.300.100.43
HSL319.53º17.41%48.43%-
HSV(B)319.53º29.66%56.86%-
XYZ20.5317.1623.7-
YUV118.16135.25147.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.36%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 131 (51.56% from 255) = 34.66%
R=38.36%
G=26.98%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510213100.300.100.43319.5317.4148.43
Hex91668301EA2B1401130
Octal22114620303612535002160
Binary10010001110011010000011011110101010101110100000010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916683; }

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

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

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

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

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

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

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

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