#955886

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

Shades of Strikemaster #955886

Tints of Strikemaster #955886

Color information

#955886 (or 0x955886) is unknown color: approx Strikemaster. HEX triplet: 95, 58 and 86. RGB value is (149,88,134). Sum of RGB (Red+Green+Blue) = 149+88+134=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #955886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955886 is #6AA779. Grayscale: #6F6F6F. Windows color (decimal): -6989690 or 8804501. OLE color: 8804501.

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

Color convert

RGB14988134-
CMYK00.410.100.42
HSL314.75º25.74%46.47%-
HSV(B)314.75º40.94%58.43%-
XYZ20.1915.0924.4-
YUV111.48140.71154.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=40.16%
G=23.72%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498813400.410.100.42314.7525.7446.47
Hex955886029A2A13b1a2e
Octal22513020605112524733256
Binary100101011011000100001100101001101010101010011101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955886; }

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

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

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

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

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

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

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

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