#915883

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

Shades of Strikemaster #915883

Tints of Strikemaster #915883

Color information

#915883 (or 0x915883) is unknown color: approx Strikemaster. HEX triplet: 91, 58 and 83. RGB value is (145,88,131). Sum of RGB (Red+Green+Blue) = 145+88+131=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 145 - color contains mainly: red. Hex color #915883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915883 is #6EA77C. Grayscale: #6D6D6D. Windows color (decimal): -7251837 or 8607889. OLE color: 8607889.

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

Color convert

RGB14588131-
CMYK00.390.100.43
HSL314.74º24.46%45.69%-
HSV(B)314.74º39.31%56.86%-
XYZ19.2614.6423.28-
YUV109.94139.88153-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.84%
GREEN value IS 88 (34.77% from 255) = 24.18%
BLUE value IS 131 (51.56% from 255) = 35.99%
R=39.84%
G=24.18%
B=35.99%

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
Decimal1458813100.390.100.43314.7424.4645.69
Hex915883027A2B13b182e
Octal22113020304712534733056
Binary100100011011000100000110100111101010101110011101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915883; }

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

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

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

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

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

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

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

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