#955B7E

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

Shades of Strikemaster #955B7E

Tints of Strikemaster #955B7E

Color information

#955B7E (or 0x955B7E) is unknown color: approx Strikemaster. HEX triplet: 95, 5B and 7E. RGB value is (149,91,126). Sum of RGB (Red+Green+Blue) = 149+91+126=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #955B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B7E is #6AA481. Grayscale: #707070. Windows color (decimal): -6988930 or 8280981. OLE color: 8280981.

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

Color convert

RGB14991126-
CMYK00.390.150.42
HSL323.79º24.17%47.06%-
HSV(B)323.79º38.93%58.43%-
XYZ19.915.3821.66-
YUV112.33135.72154.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 91 (35.94% from 255) = 24.86%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=40.71%
G=24.86%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499112600.390.150.42323.7924.1747.06
Hex955B7E027F2A144182f
Octal22513317604717525043057
Binary10010101101101111111100100111111110101010100010011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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