#995888

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

Shades of Strikemaster #995888

Tints of Strikemaster #995888

Color information

#995888 (or 0x995888) is unknown color: approx Strikemaster. HEX triplet: 99, 58 and 88. RGB value is (153,88,136). Sum of RGB (Red+Green+Blue) = 153+88+136=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #995888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995888 is #66A777. Grayscale: #707070. Windows color (decimal): -6727544 or 8935577. OLE color: 8935577.

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

Color convert

RGB15388136-
CMYK00.420.110.4
HSL315.69º26.97%47.25%-
HSV(B)315.69º42.48%60%-
XYZ21.0715.5325.18-
YUV112.91141.03156.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 88 (34.77% from 255) = 23.34%
BLUE value IS 136 (53.52% from 255) = 36.07%
R=40.58%
G=23.34%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538813600.420.110.4315.6926.9747.25
Hex99588802AB2813c1b2f
Octal23113021005213504743357
Binary100110011011000100010000101010101110100010011110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995888; }

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

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

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

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

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

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

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

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