#955278

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

Shades of Strikemaster #955278

Tints of Strikemaster #955278

Color information

#955278 (or 0x955278) is unknown color: approx Strikemaster. HEX triplet: 95, 52 and 78. RGB value is (149,82,120). Sum of RGB (Red+Green+Blue) = 149+82+120=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #955278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955278 is #6AAD87. Grayscale: #6A6A6A. Windows color (decimal): -6991240 or 7885461. OLE color: 7885461.

HSL color Cylindrical-coordinate representation of color #955278: hue angle of 325.97º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #955278 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB14982120-
CMYK00.450.190.42
HSL325.97º29%45.29%-
HSV(B)325.97º44.97%58.43%-
XYZ18.813.7819.44-
YUV106.36135.7158.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.45%
GREEN value IS 82 (32.42% from 255) = 23.36%
BLUE value IS 120 (47.27% from 255) = 34.19%
R=42.45%
G=23.36%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498212000.450.190.42325.972945.29
Hex95527802D132A1461d2d
Octal22512217005523525063555
Binary100101011010010111100001011011001110101010100011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955278; }

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

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

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

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

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

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

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

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