#95627A

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

Shades of Strikemaster #95627A

Tints of Strikemaster #95627A

Color information

#95627A (or 0x95627A) is unknown color: approx Strikemaster. HEX triplet: 95, 62 and 7A. RGB value is (149,98,122). Sum of RGB (Red+Green+Blue) = 149+98+122=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #95627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95627A is #6A9D85. Grayscale: #737373. Windows color (decimal): -6987142 or 8020629. OLE color: 8020629.

HSL color Cylindrical-coordinate representation of color #95627A: hue angle of 331.76º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95627A is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14998122-
CMYK00.340.180.42
HSL331.76º20.65%48.43%-
HSV(B)331.76º34.23%58.43%-
XYZ20.2716.5320.53-
YUV115.98131.4151.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 98 (38.67% from 255) = 26.56%
BLUE value IS 122 (48.05% from 255) = 33.06%
R=40.38%
G=26.56%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499812200.340.180.42331.7620.6548.43
Hex95627A022122A14c1530
Octal22514217204222525142560
Binary100101011100010111101001000101001010101010100110010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95627A; }

 p { color: rgb(149,98,122); }

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

<style>
 a { background-color: #95627A; }

 a { background-color: rgb(149,98,122); }

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

<style>
 span { border-color: #95627A; }

 span { border-color: rgb(149,98,122); }

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