Html Css Color HEX #954F80 Strikemaster

📋 copy color: '#954F80'

red 149 ◦ green 79 ◦ blue 128

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

Shades of Strikemaster #954F80

Tints of Strikemaster #954F80

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.19%

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

R = 41.85%
G = 22.19%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#954F80 (or 0x954F80) is known color: Strikemaster. HEX triplet: 95, 4F and 80. RGB value is (149,79,128). Sum of RGB (Red+Green+Blue) = 149+79+128=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #954F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954F80 is #6AB07F. Grayscale: #696969. Windows color (decimal): -6992000 or 8408981. OLE color: 8408981.

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

Color convert

RGB 149 79 128 -
CMYK 0 0.47 0.14 0.42
HSL 318º 0.31% 0.45% -
HSV(B) 318º 0.47% 0.58% -
XYZ 19.09 13.54 22.03 -
YUV 105.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 149 79 128 0 0.47 0.14 0.42 318 0.31 0.45
Hex 95 4F 80 0 2F E 2A 13E 1F 2D
Octal 225 117 200 0 57 16 52 476 37 55
Binary 10010101 1001111 10000000 0 101111 1110 101010 100111110 11111 101101

Color Harmonies of #954F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F80

Black with #954F80

Text Example


Text Example

White with #954F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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