#995278

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

Shades of Strikemaster #995278

Tints of Strikemaster #995278

Color information

#995278 (or 0x995278) is unknown color: approx Strikemaster. HEX triplet: 99, 52 and 78. RGB value is (153,82,120). Sum of RGB (Red+Green+Blue) = 153+82+120=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #995278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995278 is #66AD87. Grayscale: #6B6B6B. Windows color (decimal): -6729096 or 7885465. OLE color: 7885465.

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

Color convert

RGB15382120-
CMYK00.460.220.4
HSL327.89º30.21%46.08%-
HSV(B)327.89º46.41%60%-
XYZ19.5414.1619.47-
YUV107.56135.02160.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.10%
GREEN value IS 82 (32.42% from 255) = 23.10%
BLUE value IS 120 (47.27% from 255) = 33.80%
R=43.10%
G=23.10%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538212000.460.220.4327.8930.2146.08
Hex99527802E16281481e2e
Octal23112217005626505103656
Binary100110011010010111100001011101011010100010100100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995278; }

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

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

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

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

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

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

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

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