Html Css Color HEX #955980 Strikemaster

📋 copy color: '#955980'

red 149 ◦ green 89 ◦ blue 128

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

Shades of Strikemaster #955980

Tints of Strikemaster #955980

RGB

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

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

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

R = 40.71%
G = 24.32%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#955980 (or 0x955980) is known color: Strikemaster. HEX triplet: 95, 59 and 80. RGB value is (149,89,128). Sum of RGB (Red+Green+Blue) = 149+89+128=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #955980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955980 is #6AA67F. Grayscale: #6F6F6F. Windows color (decimal): -6989440 or 8411541. OLE color: 8411541.

HSL color Cylindrical-coordinate representation of color #955980: hue angle of 321º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955980 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 128 -
CMYK 0 0.40 0.14 0.42
HSL 321º 0.25% 0.47% -
HSV(B) 321º 0.4% 0.58% -
XYZ 19.86 15.09 22.29 -
YUV 111.39 137.38 154.83 -
System Red Green Blue C M Y K H S L
Decimal 149 89 128 0 0.40 0.14 0.42 321 0.25 0.47
Hex 95 59 80 0 28 E 2A 141 19 2F
Octal 225 131 200 0 50 16 52 501 31 57
Binary 10010101 1011001 10000000 0 101000 1110 101010 101000001 11001 101111

Color Harmonies of #955980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955980

Black with #955980

Text Example


Text Example

White with #955980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955980; }

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

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

background-color css

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

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

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

border-color css

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

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

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