Html Css Color HEX #954C7E Strikemaster

📋 copy color: '#954C7E'

red 149 ◦ green 76 ◦ blue 126

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

Shades of Strikemaster #954C7E

Tints of Strikemaster #954C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.9%

R = 42.45%
G = 21.65%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#954C7E (or 0x954C7E) is known color: Strikemaster. HEX triplet: 95, 4C and 7E. RGB value is (149,76,126). Sum of RGB (Red+Green+Blue) = 149+76+126=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #954C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C7E is #6AB381. Grayscale: #676767. Windows color (decimal): -6992770 or 8277141. OLE color: 8277141.

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

Color convert

RGB 149 76 126 -
CMYK 0 0.49 0.15 0.42
HSL 318.9º 0.32% 0.44% -
HSV(B) 318.9º 0.49% 0.58% -
XYZ 18.74 13.06 21.27 -
YUV 103.53 140.68 160.43 -
System Red Green Blue C M Y K H S L
Decimal 149 76 126 0 0.49 0.15 0.42 318.9 0.32 0.44
Hex 95 4C 7E 0 31 F 2A 13F 20 2C
Octal 225 114 176 0 61 17 52 477 40 54
Binary 10010101 1001100 1111110 0 110001 1111 101010 100111111 100000 101100

Color Harmonies of #954C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C7E

Black with #954C7E

Text Example


Text Example

White with #954C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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