#915482

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

Shades of Strikemaster #915482

Tints of Strikemaster #915482

Color information

#915482 (or 0x915482) is unknown color: approx Strikemaster. HEX triplet: 91, 54 and 82. RGB value is (145,84,130). Sum of RGB (Red+Green+Blue) = 145+84+130=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #915482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915482 is #6EAB7D. Grayscale: #6B6B6B. Windows color (decimal): -7252862 or 8541329. OLE color: 8541329.

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

Color convert

RGB14584130-
CMYK00.420.100.43
HSL314.75º26.64%44.9%-
HSV(B)314.75º42.07%56.86%-
XYZ18.8813.9722.82-
YUV107.48140.71154.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.39%
GREEN value IS 84 (33.20% from 255) = 23.40%
BLUE value IS 130 (51.17% from 255) = 36.21%
R=40.39%
G=23.40%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458413000.420.100.43314.7526.6444.9
Hex91548202AA2B13b1b2d
Octal22112420205212534733355
Binary100100011010100100000100101010101010101110011101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915482; }

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

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

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

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

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

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

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

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