#915681

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

Shades of Strikemaster #915681

Tints of Strikemaster #915681

Color information

#915681 (or 0x915681) is unknown color: approx Strikemaster. HEX triplet: 91, 56 and 81. RGB value is (145,86,129). Sum of RGB (Red+Green+Blue) = 145+86+129=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #915681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915681 is #6EA97E. Grayscale: #6C6C6C. Windows color (decimal): -7252351 or 8476305. OLE color: 8476305.

HSL color Cylindrical-coordinate representation of color #915681: hue angle of 316.27º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #915681 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB14586129-
CMYK00.410.110.43
HSL316.27º25.54%45.29%-
HSV(B)316.27º40.69%56.86%-
XYZ18.9714.2622.52-
YUV108.54139.55154-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.28%
GREEN value IS 86 (33.98% from 255) = 23.89%
BLUE value IS 129 (50.78% from 255) = 35.83%
R=40.28%
G=23.89%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458612900.410.110.43316.2725.5445.29
Hex915681029B2B13c1a2d
Octal22112620105113534743255
Binary100100011010110100000010101001101110101110011110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915681; }

 p { color: rgb(145,86,129); }

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

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

 a { background-color: rgb(145,86,129); }

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

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

 span { border-color: rgb(145,86,129); }

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