#995A7E

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

Shades of Strikemaster #995A7E

Tints of Strikemaster #995A7E

Color information

#995A7E (or 0x995A7E) is unknown color: approx Strikemaster. HEX triplet: 99, 5A and 7E. RGB value is (153,90,126). Sum of RGB (Red+Green+Blue) = 153+90+126=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #995A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995A7E is #66A581. Grayscale: #707070. Windows color (decimal): -6727042 or 8280729. OLE color: 8280729.

HSL color Cylindrical-coordinate representation of color #995A7E: hue angle of 325.71º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #995A7E is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB15390126-
CMYK00.410.180.4
HSL325.71º25.93%47.65%-
HSV(B)325.71º41.18%60%-
XYZ20.5615.5921.66-
YUV112.94135.37156.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 90 (35.55% from 255) = 24.39%
BLUE value IS 126 (49.61% from 255) = 34.15%
R=41.46%
G=24.39%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539012600.410.180.4325.7125.9347.65
Hex995A7E02912281461a30
Octal23113217605122505063260
Binary100110011011010111111001010011001010100010100011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995A7E; }

 p { color: rgb(153,90,126); }

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

<style>
 a { background-color: #995A7E; }

 a { background-color: rgb(153,90,126); }

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

<style>
 span { border-color: #995A7E; }

 span { border-color: rgb(153,90,126); }

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