Html Css Color HEX #956880 Strikemaster

📋 copy color: '#956880'

red 149 ◦ green 104 ◦ blue 128

#956880
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #956880

Tints of Strikemaster #956880

RGB

 RED value IS 149 (58.59% from 255) = 39.11%

 GREEN value IS 104 (41.02% from 255) = 27.3%

 BLUE value IS 128 (50.39% from 255) = 33.6%

R = 39.11%
G = 27.3%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#956880 (or 0x956880) is known color: Strikemaster. HEX triplet: 95, 68 and 80. RGB value is (149,104,128). Sum of RGB (Red+Green+Blue) = 149+104+128=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #956880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956880 is #6A977F. Grayscale: #787878. Windows color (decimal): -6985600 or 8415381. OLE color: 8415381.

HSL color Cylindrical-coordinate representation of color #956880: hue angle of 328º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956880 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 104 128 -
CMYK 0 0.30 0.14 0.42
HSL 328º 0.18% 0.5% -
HSV(B) 328º 0.3% 0.58% -
XYZ 21.24 17.85 22.75 -
YUV 120.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 149 104 128 0 0.30 0.14 0.42 328 0.18 0.5
Hex 95 68 80 0 1E E 2A 148 12 32
Octal 225 150 200 0 36 16 52 510 22 62
Binary 10010101 1101000 10000000 0 11110 1110 101010 101001000 10010 110010

Color Harmonies of #956880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956880

Black with #956880

Text Example


Text Example

White with #956880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956880; }

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

 H1.HeaderClassName
 {
   color: #956880;
 }
 .AnyTagClassName
 {
   color: #956880;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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