Html Css Color HEX #954F81 Strikemaster

📋 copy color: '#954F81'

red 149 ◦ green 79 ◦ blue 129

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

Shades of Strikemaster #954F81

Tints of Strikemaster #954F81

RGB

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

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

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

R = 41.74%
G = 22.13%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#954F81 (or 0x954F81) is known color: Strikemaster. HEX triplet: 95, 4F and 81. RGB value is (149,79,129). Sum of RGB (Red+Green+Blue) = 149+79+129=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #954F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954F81 is #6AB07E. Grayscale: #696969. Windows color (decimal): -6991999 or 8474517. OLE color: 8474517.

HSL color Cylindrical-coordinate representation of color #954F81: hue angle of 317.14º 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 #954F81 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 79 129 -
CMYK 0 0.47 0.13 0.42
HSL 317.14º 0.31% 0.45% -
HSV(B) 317.14º 0.47% 0.58% -
XYZ 19.15 13.57 22.38 -
YUV 105.63 141.19 158.93 -
System Red Green Blue C M Y K H S L
Decimal 149 79 129 0 0.47 0.13 0.42 317.14 0.31 0.45
Hex 95 4F 81 0 2F D 2A 13D 1F 2D
Octal 225 117 201 0 57 15 52 475 37 55
Binary 10010101 1001111 10000001 0 101111 1101 101010 100111101 11111 101101

Color Harmonies of #954F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F81

Black with #954F81

Text Example


Text Example

White with #954F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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