#955378

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

Shades of Strikemaster #955378

Tints of Strikemaster #955378

Color information

#955378 (or 0x955378) is unknown color: approx Strikemaster. HEX triplet: 95, 53 and 78. RGB value is (149,83,120). Sum of RGB (Red+Green+Blue) = 149+83+120=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #955378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955378 is #6AAC87. Grayscale: #6A6A6A. Windows color (decimal): -6990984 or 7885717. OLE color: 7885717.

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

Color convert

RGB14983120-
CMYK00.440.190.42
HSL326.36º28.45%45.49%-
HSV(B)326.36º44.3%58.43%-
XYZ18.8813.9319.46-
YUV106.95135.37157.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 83 (32.81% from 255) = 23.58%
BLUE value IS 120 (47.27% from 255) = 34.09%
R=42.33%
G=23.58%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498312000.440.190.42326.3628.4545.49
Hex95537802C132A1461c2d
Octal22512317005423525063455
Binary100101011010011111100001011001001110101010100011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955378; }

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

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

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

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

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

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

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

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