Html Css Color HEX #954F7A Strikemaster

📋 copy color: '#954F7A'

red 149 ◦ green 79 ◦ blue 122

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

Shades of Strikemaster #954F7A

Tints of Strikemaster #954F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 42.57%
G = 22.57%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#954F7A (or 0x954F7A) is known color: Strikemaster. HEX triplet: 95, 4F and 7A. RGB value is (149,79,122). Sum of RGB (Red+Green+Blue) = 149+79+122=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #954F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F7A is #6AB085. Grayscale: #686868. Windows color (decimal): -6992006 or 8015765. OLE color: 8015765.

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

Color convert

RGB 149 79 122 -
CMYK 0 0.47 0.18 0.42
HSL 323.14º 0.31% 0.45% -
HSV(B) 323.14º 0.47% 0.58% -
XYZ 18.7 13.39 20.01 -
YUV 104.83 137.69 159.5 -
System Red Green Blue C M Y K H S L
Decimal 149 79 122 0 0.47 0.18 0.42 323.14 0.31 0.45
Hex 95 4F 7A 0 2F 12 2A 143 1F 2D
Octal 225 117 172 0 57 22 52 503 37 55
Binary 10010101 1001111 1111010 0 101111 10010 101010 101000011 11111 101101

Color Harmonies of #954F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F7A

Black with #954F7A

Text Example


Text Example

White with #954F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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