#995678

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

Shades of Strikemaster #995678

Tints of Strikemaster #995678

Color information

#995678 (or 0x995678) is unknown color: approx Strikemaster. HEX triplet: 99, 56 and 78. RGB value is (153,86,120). Sum of RGB (Red+Green+Blue) = 153+86+120=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #995678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995678 is #66A987. Grayscale: #6D6D6D. Windows color (decimal): -6728072 or 7886489. OLE color: 7886489.

HSL color Cylindrical-coordinate representation of color #995678: hue angle of 329.55º 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 #995678 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB15386120-
CMYK00.440.220.4
HSL329.55º28.03%46.86%-
HSV(B)329.55º43.79%60%-
XYZ19.8514.7819.58-
YUV109.91133.7158.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.62%
GREEN value IS 86 (33.98% from 255) = 23.96%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=42.62%
G=23.96%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538612000.440.220.4329.5528.0346.86
Hex99567802C162814a1c2f
Octal23112617005426505123457
Binary100110011010110111100001011001011010100010100101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995678; }

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

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

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

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

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

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

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

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