Html Css Color HEX #954D81 Strikemaster

📋 copy color: '#954D81'

red 149 ◦ green 77 ◦ blue 129

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

Shades of Strikemaster #954D81

Tints of Strikemaster #954D81

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.69%

 BLUE value IS 129 (50.78% from 255) = 36.34%

R = 41.97%
G = 21.69%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#954D81 (or 0x954D81) is known color: Strikemaster. HEX triplet: 95, 4D and 81. RGB value is (149,77,129). Sum of RGB (Red+Green+Blue) = 149+77+129=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #954D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954D81 is #6AB27E. Grayscale: #686868. Windows color (decimal): -6992511 or 8474005. OLE color: 8474005.

HSL color Cylindrical-coordinate representation of color #954D81: hue angle of 316.67º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954D81 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 77 129 -
CMYK 0 0.48 0.13 0.42
HSL 316.67º 0.32% 0.44% -
HSV(B) 316.67º 0.48% 0.58% -
XYZ 19.01 13.28 22.33 -
YUV 104.46 141.85 159.77 -
System Red Green Blue C M Y K H S L
Decimal 149 77 129 0 0.48 0.13 0.42 316.67 0.32 0.44
Hex 95 4D 81 0 30 D 2A 13D 20 2C
Octal 225 115 201 0 60 15 52 475 40 54
Binary 10010101 1001101 10000001 0 110000 1101 101010 100111101 100000 101100

Color Harmonies of #954D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954D81

Black with #954D81

Text Example


Text Example

White with #954D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,77,129); }

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

background-color css

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

 a { background-color: rgb(149,77,129); }

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

border-color css

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

 span { border-color: rgb(149,77,129); }

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