#995286

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

Shades of Strikemaster #995286

Tints of Strikemaster #995286

Color information

#995286 (or 0x995286) is unknown color: approx Strikemaster. HEX triplet: 99, 52 and 86. RGB value is (153,82,134). Sum of RGB (Red+Green+Blue) = 153+82+134=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #995286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995286 is #66AD79. Grayscale: #6D6D6D. Windows color (decimal): -6729082 or 8802969. OLE color: 8802969.

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

Color convert

RGB15382134-
CMYK00.460.120.4
HSL316.06º30.21%46.08%-
HSV(B)316.06º46.41%60%-
XYZ20.4614.5324.28-
YUV109.16142.02159.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 82 (32.42% from 255) = 22.22%
BLUE value IS 134 (52.73% from 255) = 36.31%
R=41.46%
G=22.22%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538213400.460.120.4316.0630.2146.08
Hex99528602EC2813c1e2e
Octal23112220605614504743656
Binary100110011010010100001100101110110010100010011110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995286; }

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

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

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

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

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

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

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

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