#95507C

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

Shades of Strikemaster #95507C

Tints of Strikemaster #95507C

Color information

#95507C (or 0x95507C) is unknown color: approx Strikemaster. HEX triplet: 95, 50 and 7C. RGB value is (149,80,124). Sum of RGB (Red+Green+Blue) = 149+80+124=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #95507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95507C is #6AAF83. Grayscale: #696969. Windows color (decimal): -6991748 or 8147093. OLE color: 8147093.

HSL color Cylindrical-coordinate representation of color #95507C: hue angle of 321.74º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95507C is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14980124-
CMYK00.460.170.42
HSL321.74º30.13%44.9%-
HSV(B)321.74º46.31%58.43%-
XYZ18.913.5820.69-
YUV105.65138.36158.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 124 (48.83% from 255) = 35.13%
R=42.21%
G=22.66%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498012400.460.170.42321.7430.1344.9
Hex95507C02E112A1421e2d
Octal22512017405621525023655
Binary100101011010000111110001011101000110101010100001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95507C; }

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

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

<style>
 a { background-color: #95507C; }

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

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

<style>
 span { border-color: #95507C; }

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

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