#95567F

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

Shades of Strikemaster #95567F

Tints of Strikemaster #95567F

Color information

#95567F (or 0x95567F) is unknown color: approx Strikemaster. HEX triplet: 95, 56 and 7F. RGB value is (149,86,127). Sum of RGB (Red+Green+Blue) = 149+86+127=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #95567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95567F is #6AA980. Grayscale: #6D6D6D. Windows color (decimal): -6990209 or 8345237. OLE color: 8345237.

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

Color convert

RGB14986127-
CMYK00.420.150.42
HSL320.95º26.81%46.08%-
HSV(B)320.95º42.28%58.43%-
XYZ19.5514.5821.86-
YUV109.51137.87156.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 86 (33.98% from 255) = 23.76%
BLUE value IS 127 (50% from 255) = 35.08%
R=41.16%
G=23.76%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498612700.420.150.42320.9526.8146.08
Hex95567F02AF2A1411b2e
Octal22512617705217525013356
Binary10010101101011011111110101010111110101010100000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95567F; }

 p { color: rgb(149,86,127); }

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

<style>
 a { background-color: #95567F; }

 a { background-color: rgb(149,86,127); }

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

<style>
 span { border-color: #95567F; }

 span { border-color: rgb(149,86,127); }

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