Html Css Color HEX #936980 Strikemaster

📋 copy color: '#936980'

red 147 ◦ green 105 ◦ blue 128

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

Shades of Strikemaster #936980

Tints of Strikemaster #936980

RGB

 RED value IS 147 (57.81% from 255) = 38.68%

 GREEN value IS 105 (41.41% from 255) = 27.63%

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

R = 38.68%
G = 27.63%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#936980 (or 0x936980) is known color: Strikemaster. HEX triplet: 93, 69 and 80. RGB value is (147,105,128). Sum of RGB (Red+Green+Blue) = 147+105+128=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 147 - color contains mainly: red. Hex color #936980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936980 is #6C967F. Grayscale: #787878. Windows color (decimal): -7116416 or 8415635. OLE color: 8415635.

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

Color convert

RGB 147 105 128 -
CMYK 0 0.29 0.13 0.42
HSL 327.14º 0.17% 0.49% -
HSV(B) 327.14º 0.29% 0.58% -
XYZ 20.98 17.86 22.76 -
YUV 120.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 147 105 128 0 0.29 0.13 0.42 327.14 0.17 0.49
Hex 93 69 80 0 1D D 2A 147 11 31
Octal 223 151 200 0 35 15 52 507 21 61
Binary 10010011 1101001 10000000 0 11101 1101 101010 101000111 10001 110001

Color Harmonies of #936980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936980

Black with #936980

Text Example


Text Example

White with #936980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936980; }

 p { color: rgb(147,105,128); }

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

background-color css

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

 a { background-color: rgb(147,105,128); }

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

border-color css

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

 span { border-color: rgb(147,105,128); }

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