Html Css Color HEX #954C7C Strikemaster

📋 copy color: '#954C7C'

red 149 ◦ green 76 ◦ blue 124

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

Shades of Strikemaster #954C7C

Tints of Strikemaster #954C7C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.78%

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 42.69%
G = 21.78%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#954C7C (or 0x954C7C) is known color: Strikemaster. HEX triplet: 95, 4C and 7C. RGB value is (149,76,124). Sum of RGB (Red+Green+Blue) = 149+76+124=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #954C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C7C is #6AB383. Grayscale: #676767. Windows color (decimal): -6992772 or 8146069. OLE color: 8146069.

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

Color convert

RGB 149 76 124 -
CMYK 0 0.49 0.17 0.42
HSL 320.55º 0.32% 0.44% -
HSV(B) 320.55º 0.49% 0.58% -
XYZ 18.62 13.01 20.6 -
YUV 103.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 149 76 124 0 0.49 0.17 0.42 320.55 0.32 0.44
Hex 95 4C 7C 0 31 11 2A 141 20 2C
Octal 225 114 174 0 61 21 52 501 40 54
Binary 10010101 1001100 1111100 0 110001 10001 101010 101000001 100000 101100

Color Harmonies of #954C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C7C

Black with #954C7C

Text Example


Text Example

White with #954C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,76,124); }

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

background-color css

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

 a { background-color: rgb(149,76,124); }

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

border-color css

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

 span { border-color: rgb(149,76,124); }

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