#995684

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

Shades of Strikemaster #995684

Tints of Strikemaster #995684

Color information

#995684 (or 0x995684) is unknown color: approx Strikemaster. HEX triplet: 99, 56 and 84. RGB value is (153,86,132). Sum of RGB (Red+Green+Blue) = 153+86+132=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #995684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995684 is #66A97B. Grayscale: #6F6F6F. Windows color (decimal): -6728060 or 8672921. OLE color: 8672921.

HSL color Cylindrical-coordinate representation of color #995684: hue angle of 318.81º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995684 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB15386132-
CMYK00.440.140.4
HSL318.81º28.03%46.86%-
HSV(B)318.81º43.79%60%-
XYZ20.6315.0923.66-
YUV111.28139.7157.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 86 (33.98% from 255) = 23.18%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=41.24%
G=23.18%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538613200.440.140.4318.8128.0346.86
Hex99568402CE2813f1c2f
Octal23112620405416504773457
Binary100110011010110100001000101100111010100010011111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995684; }

 p { color: rgb(153,86,132); }

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

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

 a { background-color: rgb(153,86,132); }

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

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

 span { border-color: rgb(153,86,132); }

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