Html Css Color HEX #915980 Strikemaster

📋 copy color: '#915980'

red 145 ◦ green 89 ◦ blue 128

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

Shades of Strikemaster #915980

Tints of Strikemaster #915980

RGB

 RED value IS 145 (57.03% from 255) = 40.06%

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

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

R = 40.06%
G = 24.59%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#915980 (or 0x915980) is known color: Strikemaster. HEX triplet: 91, 59 and 80. RGB value is (145,89,128). Sum of RGB (Red+Green+Blue) = 145+89+128=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #915980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915980 is #6EA67F. Grayscale: #6E6E6E. Windows color (decimal): -7251584 or 8411537. OLE color: 8411537.

HSL color Cylindrical-coordinate representation of color #915980: hue angle of 318.21º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915980 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 89 128 -
CMYK 0 0.39 0.12 0.43
HSL 318.21º 0.24% 0.46% -
HSV(B) 318.21º 0.39% 0.57% -
XYZ 19.15 14.72 22.25 -
YUV 110.19 138.05 152.83 -
System Red Green Blue C M Y K H S L
Decimal 145 89 128 0 0.39 0.12 0.43 318.21 0.24 0.46
Hex 91 59 80 0 27 C 2B 13E 18 2E
Octal 221 131 200 0 47 14 53 476 30 56
Binary 10010001 1011001 10000000 0 100111 1100 101011 100111110 11000 101110

Color Harmonies of #915980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915980

Black with #915980

Text Example


Text Example

White with #915980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915980; }

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

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

background-color css

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

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

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

border-color css

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

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

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