#955080

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

Shades of Strikemaster #955080

Tints of Strikemaster #955080

Color information

#955080 (or 0x955080) is unknown color: approx Strikemaster. HEX triplet: 95, 50 and 80. RGB value is (149,80,128). Sum of RGB (Red+Green+Blue) = 149+80+128=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #955080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955080 is #6AAF7F. Grayscale: #696969. Windows color (decimal): -6991744 or 8409237. OLE color: 8409237.

HSL color Cylindrical-coordinate representation of color #955080: hue angle of 318.26º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955080 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14980128-
CMYK00.460.140.42
HSL318.26º30.13%44.9%-
HSV(B)318.26º46.31%58.43%-
XYZ19.1613.6922.05-
YUV106.1140.36158.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=41.74%
G=22.41%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498012800.460.140.42318.2630.1344.9
Hex95508002EE2A13e1e2d
Octal22512020005616524763655
Binary100101011010000100000000101110111010101010011111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955080; }

 p { color: rgb(149,80,128); }

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

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

 a { background-color: rgb(149,80,128); }

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

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

 span { border-color: rgb(149,80,128); }

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