#955880

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

Shades of Strikemaster #955880

Tints of Strikemaster #955880

Color information

#955880 (or 0x955880) is unknown color: approx Strikemaster. HEX triplet: 95, 58 and 80. RGB value is (149,88,128). Sum of RGB (Red+Green+Blue) = 149+88+128=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #955880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955880 is #6AA77F. Grayscale: #6E6E6E. Windows color (decimal): -6989696 or 8411285. OLE color: 8411285.

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

Color convert

RGB14988128-
CMYK00.410.140.42
HSL320.66º25.74%46.47%-
HSV(B)320.66º40.94%58.43%-
XYZ19.7814.9322.26-
YUV110.8137.71155.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 88 (34.77% from 255) = 24.11%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=40.82%
G=24.11%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498812800.410.140.42320.6625.7446.47
Hex955880029E2A1411a2e
Octal22513020005116525013256
Binary100101011011000100000000101001111010101010100000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955880; }

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

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

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

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

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

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

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

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