#955177

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

Shades of Strikemaster #955177

Tints of Strikemaster #955177

Color information

#955177 (or 0x955177) is unknown color: approx Strikemaster. HEX triplet: 95, 51 and 77. RGB value is (149,81,119). Sum of RGB (Red+Green+Blue) = 149+81+119=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #955177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955177 is #6AAE88. Grayscale: #696969. Windows color (decimal): -6991497 or 7819669. OLE color: 7819669.

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

Color convert

RGB14981119-
CMYK00.460.200.42
HSL326.47º29.57%45.1%-
HSV(B)326.47º45.64%58.43%-
XYZ18.6713.6119.1-
YUV105.66135.53158.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.69%
GREEN value IS 81 (32.03% from 255) = 23.21%
BLUE value IS 119 (46.88% from 255) = 34.10%
R=42.69%
G=23.21%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498111900.460.200.42326.4729.5745.1
Hex95517702E142A1461e2d
Octal22512116705624525063655
Binary100101011010001111011101011101010010101010100011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955177; }

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

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

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

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

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

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

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

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