#995288

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

Shades of Strikemaster #995288

Tints of Strikemaster #995288

Color information

#995288 (or 0x995288) is unknown color: approx Strikemaster. HEX triplet: 99, 52 and 88. RGB value is (153,82,136). Sum of RGB (Red+Green+Blue) = 153+82+136=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #995288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995288 is #66AD77. Grayscale: #6D6D6D. Windows color (decimal): -6729080 or 8934041. OLE color: 8934041.

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

Color convert

RGB15382136-
CMYK00.460.110.4
HSL314.37º30.21%46.08%-
HSV(B)314.37º46.41%60%-
XYZ20.614.5825.02-
YUV109.38143.02159.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=41.24%
G=22.10%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538213600.460.110.4314.3730.2146.08
Hex99528802EB2813a1e2e
Octal23112221005613504723656
Binary100110011010010100010000101110101110100010011101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995288; }

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

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

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

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

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

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

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

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