#955D7F

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

Shades of Strikemaster #955D7F

Tints of Strikemaster #955D7F

Color information

#955D7F (or 0x955D7F) is unknown color: approx Strikemaster. HEX triplet: 95, 5D and 7F. RGB value is (149,93,127). Sum of RGB (Red+Green+Blue) = 149+93+127=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #955D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D7F is #6AA280. Grayscale: #717171. Windows color (decimal): -6988417 or 8347029. OLE color: 8347029.

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

Color convert

RGB14993127-
CMYK00.380.150.42
HSL323.57º23.14%47.45%-
HSV(B)323.57º37.58%58.43%-
XYZ20.1415.7522.06-
YUV113.62135.55153.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 93 (36.72% from 255) = 25.20%
BLUE value IS 127 (50% from 255) = 34.42%
R=40.38%
G=25.20%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499312700.380.150.42323.5723.1447.45
Hex955D7F026F2A144172f
Octal22513517704617525042757
Binary10010101101110111111110100110111110101010100010010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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