#955381

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

Shades of Strikemaster #955381

Tints of Strikemaster #955381

Color information

#955381 (or 0x955381) is unknown color: approx Strikemaster. HEX triplet: 95, 53 and 81. RGB value is (149,83,129). Sum of RGB (Red+Green+Blue) = 149+83+129=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #955381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955381 is #6AAC7E. Grayscale: #6B6B6B. Windows color (decimal): -6990975 or 8475541. OLE color: 8475541.

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

Color convert

RGB14983129-
CMYK00.440.130.42
HSL318.18º28.45%45.49%-
HSV(B)318.18º44.3%58.43%-
XYZ19.4514.1622.48-
YUV107.98139.87157.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.27%
GREEN value IS 83 (32.81% from 255) = 22.99%
BLUE value IS 129 (50.78% from 255) = 35.73%
R=41.27%
G=22.99%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498312900.440.130.42318.1828.4545.49
Hex95538102CD2A13e1c2d
Octal22512320105415524763455
Binary100101011010011100000010101100110110101010011111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955381; }

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

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

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

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

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

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

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

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