#955A7F

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

Shades of Strikemaster #955A7F

Tints of Strikemaster #955A7F

Color information

#955A7F (or 0x955A7F) is unknown color: approx Strikemaster. HEX triplet: 95, 5A and 7F. RGB value is (149,90,127). Sum of RGB (Red+Green+Blue) = 149+90+127=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #955A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A7F is #6AA580. Grayscale: #6F6F6F. Windows color (decimal): -6989185 or 8346261. OLE color: 8346261.

HSL color Cylindrical-coordinate representation of color #955A7F: hue angle of 322.37º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955A7F is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14990127-
CMYK00.400.150.42
HSL322.37º24.69%46.86%-
HSV(B)322.37º39.6%58.43%-
XYZ19.8815.2321.97-
YUV111.86136.55154.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 90 (35.55% from 255) = 24.59%
BLUE value IS 127 (50% from 255) = 34.70%
R=40.71%
G=24.59%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499012700.400.150.42322.3724.6946.86
Hex955A7F028F2A142192f
Octal22513217705017525023157
Binary10010101101101011111110101000111110101010100001011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955A7F; }

 p { color: rgb(149,90,127); }

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

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

 a { background-color: rgb(149,90,127); }

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

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

 span { border-color: rgb(149,90,127); }

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