#915882

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

Shades of Strikemaster #915882

Tints of Strikemaster #915882

Color information

#915882 (or 0x915882) is unknown color: approx Strikemaster. HEX triplet: 91, 58 and 82. RGB value is (145,88,130). Sum of RGB (Red+Green+Blue) = 145+88+130=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #915882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915882 is #6EA77D. Grayscale: #6D6D6D. Windows color (decimal): -7251838 or 8542353. OLE color: 8542353.

HSL color Cylindrical-coordinate representation of color #915882: hue angle of 315.79º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915882 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB14588130-
CMYK00.390.100.43
HSL315.79º24.46%45.69%-
HSV(B)315.79º39.31%56.86%-
XYZ19.214.6122.93-
YUV109.83139.38153.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.94%
GREEN value IS 88 (34.77% from 255) = 24.24%
BLUE value IS 130 (51.17% from 255) = 35.81%
R=39.94%
G=24.24%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458813000.390.100.43315.7924.4645.69
Hex915882027A2B13c182e
Octal22113020204712534743056
Binary100100011011000100000100100111101010101110011110011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915882; }

 p { color: rgb(145,88,130); }

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

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

 a { background-color: rgb(145,88,130); }

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

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

 span { border-color: rgb(145,88,130); }

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