Html Css Color HEX #935980 Strikemaster

📋 copy color: '#935980'

red 147 ◦ green 89 ◦ blue 128

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

Shades of Strikemaster #935980

Tints of Strikemaster #935980

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.45%

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

R = 40.38%
G = 24.45%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#935980 (or 0x935980) is known color: Strikemaster. HEX triplet: 93, 59 and 80. RGB value is (147,89,128). Sum of RGB (Red+Green+Blue) = 147+89+128=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 147 - color contains mainly: red. Hex color #935980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935980 is #6CA67F. Grayscale: #6E6E6E. Windows color (decimal): -7120512 or 8411539. OLE color: 8411539.

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

Color convert

RGB 147 89 128 -
CMYK 0 0.39 0.13 0.42
HSL 319.66º 0.25% 0.46% -
HSV(B) 319.66º 0.39% 0.58% -
XYZ 19.5 14.91 22.27 -
YUV 110.79 137.72 153.83 -
System Red Green Blue C M Y K H S L
Decimal 147 89 128 0 0.39 0.13 0.42 319.66 0.25 0.46
Hex 93 59 80 0 27 D 2A 140 19 2E
Octal 223 131 200 0 47 15 52 500 31 56
Binary 10010011 1011001 10000000 0 100111 1101 101010 101000000 11001 101110

Color Harmonies of #935980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935980

Black with #935980

Text Example


Text Example

White with #935980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935980; }

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

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

background-color css

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

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

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

border-color css

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

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

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