#95527E

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

Shades of Strikemaster #95527E

Tints of Strikemaster #95527E

Color information

#95527E (or 0x95527E) is unknown color: approx Strikemaster. HEX triplet: 95, 52 and 7E. RGB value is (149,82,126). Sum of RGB (Red+Green+Blue) = 149+82+126=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95527E is #6AAD81. Grayscale: #6A6A6A. Windows color (decimal): -6991234 or 8278677. OLE color: 8278677.

HSL color Cylindrical-coordinate representation of color #95527E: hue angle of 320.6º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95527E is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14982126-
CMYK00.450.150.42
HSL320.6º29%45.29%-
HSV(B)320.6º44.97%58.43%-
XYZ19.1813.9321.42-
YUV107.05138.7157.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=41.74%
G=22.97%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498212600.450.150.42320.62945.29
Hex95527E02DF2A1411d2d
Octal22512217605517525013555
Binary10010101101001011111100101101111110101010100000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95527E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95527E; }

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

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

<style>
 a { background-color: #95527E; }

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

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

<style>
 span { border-color: #95527E; }

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

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