#995884

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

Shades of Strikemaster #995884

Tints of Strikemaster #995884

Color information

#995884 (or 0x995884) is unknown color: approx Strikemaster. HEX triplet: 99, 58 and 84. RGB value is (153,88,132). Sum of RGB (Red+Green+Blue) = 153+88+132=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #995884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995884 is #66A77B. Grayscale: #707070. Windows color (decimal): -6727548 or 8673433. OLE color: 8673433.

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

Color convert

RGB15388132-
CMYK00.420.140.4
HSL319.38º26.97%47.25%-
HSV(B)319.38º42.48%60%-
XYZ20.7915.4223.71-
YUV112.45139.03156.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.02%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 132 (51.95% from 255) = 35.39%
R=41.02%
G=23.59%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538813200.420.140.4319.3826.9747.25
Hex99588402AE2813f1b2f
Octal23113020405216504773357
Binary100110011011000100001000101010111010100010011111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995884; }

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

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

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

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

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

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

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

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