#955885

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

Shades of Strikemaster #955885

Tints of Strikemaster #955885

Color information

#955885 (or 0x955885) is unknown color: approx Strikemaster. HEX triplet: 95, 58 and 85. RGB value is (149,88,133). Sum of RGB (Red+Green+Blue) = 149+88+133=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #955885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955885 is #6AA77A. Grayscale: #6F6F6F. Windows color (decimal): -6989691 or 8738965. OLE color: 8738965.

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

Color convert

RGB14988133-
CMYK00.410.110.42
HSL315.74º25.74%46.47%-
HSV(B)315.74º40.94%58.43%-
XYZ20.1215.0624.04-
YUV111.37140.21154.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 133 (52.34% from 255) = 35.95%
R=40.27%
G=23.78%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498813300.410.110.42315.7425.7446.47
Hex955885029B2A13c1a2e
Octal22513020505113524743256
Binary100101011011000100001010101001101110101010011110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955885; }

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

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

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

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

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

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

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

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