#955681

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

Shades of Strikemaster #955681

Tints of Strikemaster #955681

Color information

#955681 (or 0x955681) is unknown color: approx Strikemaster. HEX triplet: 95, 56 and 81. RGB value is (149,86,129). Sum of RGB (Red+Green+Blue) = 149+86+129=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #955681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955681 is #6AA97E. Grayscale: #6D6D6D. Windows color (decimal): -6990207 or 8476309. OLE color: 8476309.

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

Color convert

RGB14986129-
CMYK00.420.130.42
HSL319.05º26.81%46.08%-
HSV(B)319.05º42.28%58.43%-
XYZ19.6814.6322.56-
YUV109.74138.87156-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.93%
GREEN value IS 86 (33.98% from 255) = 23.63%
BLUE value IS 129 (50.78% from 255) = 35.44%
R=40.93%
G=23.63%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498612900.420.130.42319.0526.8146.08
Hex95568102AD2A13f1b2e
Octal22512620105215524773356
Binary100101011010110100000010101010110110101010011111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955681; }

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

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

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

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

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

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

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

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