#95437B

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

Shades of Strikemaster #95437B

Tints of Strikemaster #95437B

Color information

#95437B (or 0x95437B) is unknown color: approx Strikemaster. HEX triplet: 95, 43 and 7B. RGB value is (149,67,123). Sum of RGB (Red+Green+Blue) = 149+67+123=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #95437B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95437B is #6ABC84. Grayscale: #616161. Windows color (decimal): -6995077 or 8078229. OLE color: 8078229.

HSL color Cylindrical-coordinate representation of color #95437B: hue angle of 319.02º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95437B is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14967123-
CMYK00.550.170.42
HSL319.02º37.96%42.35%-
HSV(B)319.02º55.03%58.43%-
XYZ17.9811.8320.08-
YUV97.9142.17164.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 67 (26.56% from 255) = 19.76%
BLUE value IS 123 (48.44% from 255) = 36.28%
R=43.95%
G=19.76%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496712300.550.170.42319.0237.9642.35
Hex95437B037112A13f262a
Octal22510317306721524774652
Binary1001010110000111111011011011110001101010100111111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95437B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95437B; }

 p { color: rgb(149,67,123); }

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

<style>
 a { background-color: #95437B; }

 a { background-color: rgb(149,67,123); }

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

<style>
 span { border-color: #95437B; }

 span { border-color: rgb(149,67,123); }

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