#955A7E

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

Shades of Strikemaster #955A7E

Tints of Strikemaster #955A7E

Color information

#955A7E (or 0x955A7E) is unknown color: approx Strikemaster. HEX triplet: 95, 5A and 7E. RGB value is (149,90,126). Sum of RGB (Red+Green+Blue) = 149+90+126=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #955A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A7E is #6AA581. Grayscale: #6F6F6F. Windows color (decimal): -6989186 or 8280725. OLE color: 8280725.

HSL color Cylindrical-coordinate representation of color #955A7E: hue angle of 323.39º 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 #955A7E is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14990126-
CMYK00.400.150.42
HSL323.39º24.69%46.86%-
HSV(B)323.39º39.6%58.43%-
XYZ19.8215.2121.63-
YUV111.74136.05154.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 126 (49.61% from 255) = 34.52%
R=40.82%
G=24.66%
B=34.52%

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
Decimal1499012600.400.150.42323.3924.6946.86
Hex955A7E028F2A143192f
Octal22513217605017525033157
Binary10010101101101011111100101000111110101010100001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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