Html Css Color HEX #954F7F Strikemaster

📋 copy color: '#954F7F'

red 149 ◦ green 79 ◦ blue 127

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

Shades of Strikemaster #954F7F

Tints of Strikemaster #954F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.77%

R = 41.97%
G = 22.25%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#954F7F (or 0x954F7F) is known color: Strikemaster. HEX triplet: 95, 4F and 7F. RGB value is (149,79,127). Sum of RGB (Red+Green+Blue) = 149+79+127=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #954F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F7F is #6AB080. Grayscale: #696969. Windows color (decimal): -6992001 or 8343445. OLE color: 8343445.

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

Color convert

RGB 149 79 127 -
CMYK 0 0.47 0.15 0.42
HSL 318.86º 0.31% 0.45% -
HSV(B) 318.86º 0.47% 0.58% -
XYZ 19.02 13.51 21.68 -
YUV 105.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 149 79 127 0 0.47 0.15 0.42 318.86 0.31 0.45
Hex 95 4F 7F 0 2F F 2A 13F 1F 2D
Octal 225 117 177 0 57 17 52 477 37 55
Binary 10010101 1001111 1111111 0 101111 1111 101010 100111111 11111 101101

Color Harmonies of #954F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F7F

Black with #954F7F

Text Example


Text Example

White with #954F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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