#955178

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

Shades of Strikemaster #955178

Tints of Strikemaster #955178

Color information

#955178 (or 0x955178) is unknown color: approx Strikemaster. HEX triplet: 95, 51 and 78. RGB value is (149,81,120). Sum of RGB (Red+Green+Blue) = 149+81+120=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #955178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955178 is #6AAE87. Grayscale: #696969. Windows color (decimal): -6991496 or 7885205. OLE color: 7885205.

HSL color Cylindrical-coordinate representation of color #955178: hue angle of 325.59º 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 #955178 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB14981120-
CMYK00.460.190.42
HSL325.59º29.57%45.1%-
HSV(B)325.59º45.64%58.43%-
XYZ18.7313.6319.41-
YUV105.78136.03158.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 120 (47.27% from 255) = 34.29%
R=42.57%
G=23.14%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498112000.460.190.42325.5929.5745.1
Hex95517802E132A1461e2d
Octal22512117005623525063655
Binary100101011010001111100001011101001110101010100011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955178; }

 p { color: rgb(149,81,120); }

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

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

 a { background-color: rgb(149,81,120); }

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

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

 span { border-color: rgb(149,81,120); }

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