#995284

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

Shades of Strikemaster #995284

Tints of Strikemaster #995284

Color information

#995284 (or 0x995284) is unknown color: approx Strikemaster. HEX triplet: 99, 52 and 84. RGB value is (153,82,132). Sum of RGB (Red+Green+Blue) = 153+82+132=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #995284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995284 is #66AD7B. Grayscale: #6C6C6C. Windows color (decimal): -6729084 or 8671897. OLE color: 8671897.

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

Color convert

RGB15382132-
CMYK00.460.140.4
HSL317.75º30.21%46.08%-
HSV(B)317.75º46.41%60%-
XYZ20.3214.4723.55-
YUV108.93141.02159.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 82 (32.42% from 255) = 22.34%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=41.69%
G=22.34%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538213200.460.140.4317.7530.2146.08
Hex99528402EE2813e1e2e
Octal23112220405616504763656
Binary100110011010010100001000101110111010100010011111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995284; }

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

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

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

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

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

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

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

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