#995287

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

Shades of Strikemaster #995287

Tints of Strikemaster #995287

Color information

#995287 (or 0x995287) is unknown color: approx Strikemaster. HEX triplet: 99, 52 and 87. RGB value is (153,82,135). Sum of RGB (Red+Green+Blue) = 153+82+135=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #995287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995287 is #66AD78. Grayscale: #6D6D6D. Windows color (decimal): -6729081 or 8868505. OLE color: 8868505.

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

Color convert

RGB15382135-
CMYK00.460.120.4
HSL315.21º30.21%46.08%-
HSV(B)315.21º46.41%60%-
XYZ20.5314.5624.65-
YUV109.27142.52159.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 82 (32.42% from 255) = 22.16%
BLUE value IS 135 (53.12% from 255) = 36.49%
R=41.35%
G=22.16%
B=36.49%

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
Decimal1538213500.460.120.4315.2130.2146.08
Hex99528702EC2813b1e2e
Octal23112220705614504733656
Binary100110011010010100001110101110110010100010011101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995287; }

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

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

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

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

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

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

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

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