#995379

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

Shades of Strikemaster #995379

Tints of Strikemaster #995379

Color information

#995379 (or 0x995379) is unknown color: approx Strikemaster. HEX triplet: 99, 53 and 79. RGB value is (153,83,121). Sum of RGB (Red+Green+Blue) = 153+83+121=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #995379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995379 is #66AC86. Grayscale: #6C6C6C. Windows color (decimal): -6728839 or 7951257. OLE color: 7951257.

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

Color convert

RGB15383121-
CMYK00.460.210.4
HSL327.43º29.66%46.27%-
HSV(B)327.43º45.75%60%-
XYZ19.6814.3419.82-
YUV108.26135.19159.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 83 (32.81% from 255) = 23.25%
BLUE value IS 121 (47.66% from 255) = 33.89%
R=42.86%
G=23.25%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538312100.460.210.4327.4329.6646.27
Hex99537902E15281471e2e
Octal23112317105625505073656
Binary100110011010011111100101011101010110100010100011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995379; }

 p { color: rgb(153,83,121); }

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

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

 a { background-color: rgb(153,83,121); }

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

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

 span { border-color: rgb(153,83,121); }

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