#955678

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

Shades of Strikemaster #955678

Tints of Strikemaster #955678

Color information

#955678 (or 0x955678) is unknown color: approx Strikemaster. HEX triplet: 95, 56 and 78. RGB value is (149,86,120). Sum of RGB (Red+Green+Blue) = 149+86+120=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #955678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955678 is #6AA987. Grayscale: #6C6C6C. Windows color (decimal): -6990216 or 7886485. OLE color: 7886485.

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

Color convert

RGB14986120-
CMYK00.420.190.42
HSL327.62º26.81%46.08%-
HSV(B)327.62º42.28%58.43%-
XYZ19.1114.419.54-
YUV108.71134.37156.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 120 (47.27% from 255) = 33.80%
R=41.97%
G=24.23%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498612000.420.190.42327.6226.8146.08
Hex95567802A132A1481b2e
Octal22512617005223525103356
Binary100101011010110111100001010101001110101010100100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955678; }

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

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

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

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

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

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

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

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