Html Css Color HEX #954B79 Strikemaster

📋 copy color: '#954B79'

red 149 ◦ green 75 ◦ blue 121

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

Shades of Strikemaster #954B79

Tints of Strikemaster #954B79

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.74%

 BLUE value IS 121 (47.66% from 255) = 35.07%

R = 43.19%
G = 21.74%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#954B79 (or 0x954B79) is known color: Strikemaster. HEX triplet: 95, 4B and 79. RGB value is (149,75,121). Sum of RGB (Red+Green+Blue) = 149+75+121=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #954B79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B79 is #6AB486. Grayscale: #666666. Windows color (decimal): -6993031 or 7949205. OLE color: 7949205.

HSL color Cylindrical-coordinate representation of color #954B79: hue angle of 322.7º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954B79 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 75 121 -
CMYK 0 0.50 0.19 0.42
HSL 322.7º 0.33% 0.44% -
HSV(B) 322.7º 0.5% 0.58% -
XYZ 18.36 12.8 19.59 -
YUV 102.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 149 75 121 0 0.50 0.19 0.42 322.7 0.33 0.44
Hex 95 4B 79 0 32 13 2A 143 21 2C
Octal 225 113 171 0 62 23 52 503 41 54
Binary 10010101 1001011 1111001 0 110010 10011 101010 101000011 100001 101100

Color Harmonies of #954B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954B79

Black with #954B79

Text Example


Text Example

White with #954B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,75,121); }

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

background-color css

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

 a { background-color: rgb(149,75,121); }

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

border-color css

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

 span { border-color: rgb(149,75,121); }

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