#995784

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

Shades of Strikemaster #995784

Tints of Strikemaster #995784

Color information

#995784 (or 0x995784) is unknown color: approx Strikemaster. HEX triplet: 99, 57 and 84. RGB value is (153,87,132). Sum of RGB (Red+Green+Blue) = 153+87+132=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #995784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995784 is #66A87B. Grayscale: #6F6F6F. Windows color (decimal): -6727804 or 8673177. OLE color: 8673177.

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

Color convert

RGB15387132-
CMYK00.430.140.4
HSL319.09º27.5%47.06%-
HSV(B)319.09º43.14%60%-
XYZ20.7115.2523.68-
YUV111.86139.37157.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.13%
GREEN value IS 87 (34.38% from 255) = 23.39%
BLUE value IS 132 (51.95% from 255) = 35.48%
R=41.13%
G=23.39%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538713200.430.140.4319.0927.547.06
Hex99578402BE2813f1c2f
Octal23112720405316504773457
Binary100110011010111100001000101011111010100010011111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995784; }

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

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

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

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

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

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

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

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