#95487D

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

Shades of Strikemaster #95487D

Tints of Strikemaster #95487D

Color information

#95487D (or 0x95487D) is unknown color: approx Strikemaster. HEX triplet: 95, 48 and 7D. RGB value is (149,72,125). Sum of RGB (Red+Green+Blue) = 149+72+125=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #95487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95487D is #6AB782. Grayscale: #646464. Windows color (decimal): -6993795 or 8210581. OLE color: 8210581.

HSL color Cylindrical-coordinate representation of color #95487D: hue angle of 318.7º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95487D is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14972125-
CMYK00.520.160.42
HSL318.7º34.84%43.33%-
HSV(B)318.7º51.68%58.43%-
XYZ18.4112.520.85-
YUV101.06141.51162.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 72 (28.52% from 255) = 20.81%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=43.06%
G=20.81%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497212500.520.160.42318.734.8443.33
Hex95487D034102A13f232b
Octal22511017506420524774353
Binary1001010110010001111101011010010000101010100111111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95487D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95487D; }

 p { color: rgb(149,72,125); }

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

<style>
 a { background-color: #95487D; }

 a { background-color: rgb(149,72,125); }

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

<style>
 span { border-color: #95487D; }

 span { border-color: rgb(149,72,125); }

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