Html Css Color HEX #954980 Strikemaster

📋 copy color: '#954980'

red 149 ◦ green 73 ◦ blue 128

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

Shades of Strikemaster #954980

Tints of Strikemaster #954980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.86%

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

R = 42.57%
G = 20.86%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#954980 (or 0x954980) is known color: Strikemaster. HEX triplet: 95, 49 and 80. RGB value is (149,73,128). Sum of RGB (Red+Green+Blue) = 149+73+128=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #954980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954980 is #6AB67F. Grayscale: #656565. Windows color (decimal): -6993536 or 8407445. OLE color: 8407445.

HSL color Cylindrical-coordinate representation of color #954980: hue angle of 316.58º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954980 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 73 128 -
CMYK 0 0.51 0.14 0.42
HSL 316.58º 0.34% 0.44% -
HSV(B) 316.58º 0.51% 0.58% -
XYZ 18.67 12.71 21.89 -
YUV 101.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 149 73 128 0 0.51 0.14 0.42 316.58 0.34 0.44
Hex 95 49 80 0 33 E 2A 13D 22 2C
Octal 225 111 200 0 63 16 52 475 42 54
Binary 10010101 1001001 10000000 0 110011 1110 101010 100111101 100010 101100

Color Harmonies of #954980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954980

Black with #954980

Text Example


Text Example

White with #954980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954980; }

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

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

background-color css

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

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

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

border-color css

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

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

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