#955380

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

Shades of Strikemaster #955380

Tints of Strikemaster #955380

Color information

#955380 (or 0x955380) is unknown color: approx Strikemaster. HEX triplet: 95, 53 and 80. RGB value is (149,83,128). Sum of RGB (Red+Green+Blue) = 149+83+128=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #955380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955380 is #6AAC7F. Grayscale: #6B6B6B. Windows color (decimal): -6990976 or 8410005. OLE color: 8410005.

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

Color convert

RGB14983128-
CMYK00.440.140.42
HSL319.09º28.45%45.49%-
HSV(B)319.09º44.3%58.43%-
XYZ19.3814.1322.13-
YUV107.86139.37157.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.39%
GREEN value IS 83 (32.81% from 255) = 23.06%
BLUE value IS 128 (50.39% from 255) = 35.56%
R=41.39%
G=23.06%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498312800.440.140.42319.0928.4545.49
Hex95538002CE2A13f1c2d
Octal22512320005416524773455
Binary100101011010011100000000101100111010101010011111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955380; }

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

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

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

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

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

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

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

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