#995881

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

Shades of Strikemaster #995881

Tints of Strikemaster #995881

Color information

#995881 (or 0x995881) is unknown color: approx Strikemaster. HEX triplet: 99, 58 and 81. RGB value is (153,88,129). Sum of RGB (Red+Green+Blue) = 153+88+129=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #995881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995881 is #66A77E. Grayscale: #707070. Windows color (decimal): -6727551 or 8476825. OLE color: 8476825.

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

Color convert

RGB15388129-
CMYK00.420.160.4
HSL322.15º26.97%47.25%-
HSV(B)322.15º42.48%60%-
XYZ20.5915.3422.64-
YUV112.11137.53157.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 129 (50.78% from 255) = 34.86%
R=41.35%
G=23.78%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538812900.420.160.4322.1526.9747.25
Hex99588102A10281421b2f
Octal23113020105220505023357
Binary1001100110110001000000101010101000010100010100001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995881; }

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

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

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

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

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

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

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

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