#955478

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

Shades of Strikemaster #955478

Tints of Strikemaster #955478

Color information

#955478 (or 0x955478) is unknown color: approx Strikemaster. HEX triplet: 95, 54 and 78. RGB value is (149,84,120). Sum of RGB (Red+Green+Blue) = 149+84+120=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #955478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955478 is #6AAB87. Grayscale: #6B6B6B. Windows color (decimal): -6990728 or 7885973. OLE color: 7885973.

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

Color convert

RGB14984120-
CMYK00.440.190.42
HSL326.77º27.9%45.69%-
HSV(B)326.77º43.62%58.43%-
XYZ18.9514.0919.49-
YUV107.54135.03157.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 84 (33.20% from 255) = 23.80%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=42.21%
G=23.80%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498412000.440.190.42326.7727.945.69
Hex95547802C132A1471c2e
Octal22512417005423525073456
Binary100101011010100111100001011001001110101010100011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955478; }

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

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

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

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

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

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

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

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