#955B7C

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

Shades of Strikemaster #955B7C

Tints of Strikemaster #955B7C

Color information

#955B7C (or 0x955B7C) is unknown color: approx Strikemaster. HEX triplet: 95, 5B and 7C. RGB value is (149,91,124). Sum of RGB (Red+Green+Blue) = 149+91+124=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #955B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B7C is #6AA483. Grayscale: #707070. Windows color (decimal): -6988932 or 8149909. OLE color: 8149909.

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

Color convert

RGB14991124-
CMYK00.390.170.42
HSL325.86º24.17%47.06%-
HSV(B)325.86º38.93%58.43%-
XYZ19.7715.3320.99-
YUV112.1134.72154.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.93%
GREEN value IS 91 (35.94% from 255) = 25%
BLUE value IS 124 (48.83% from 255) = 34.07%
R=40.93%
G=25%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499112400.390.170.42325.8624.1747.06
Hex955B7C027112A146182f
Octal22513317404721525063057
Binary100101011011011111110001001111000110101010100011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,91,124); }

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

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

 a { background-color: rgb(149,91,124); }

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

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

 span { border-color: rgb(149,91,124); }

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