Html Css Color HEX #974F7B Strikemaster

📋 copy color: '#974F7B'

red 151 ◦ green 79 ◦ blue 123

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

Shades of Strikemaster #974F7B

Tints of Strikemaster #974F7B

RGB

 RED value IS 151 (59.38% from 255) = 42.78%

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

 BLUE value IS 123 (48.44% from 255) = 34.84%

R = 42.78%
G = 22.38%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#974F7B (or 0x974F7B) is known color: Strikemaster. HEX triplet: 97, 4F and 7B. RGB value is (151,79,123). Sum of RGB (Red+Green+Blue) = 151+79+123=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #974F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974F7B is #68B084. Grayscale: #696969. Windows color (decimal): -6860933 or 8081303. OLE color: 8081303.

HSL color Cylindrical-coordinate representation of color #974F7B: hue angle of 323.33º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #974F7B is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 79 123 -
CMYK 0 0.48 0.19 0.41
HSL 323.33º 0.31% 0.45% -
HSV(B) 323.33º 0.48% 0.59% -
XYZ 19.13 13.6 20.36 -
YUV 105.54 137.85 160.42 -
System Red Green Blue C M Y K H S L
Decimal 151 79 123 0 0.48 0.19 0.41 323.33 0.31 0.45
Hex 97 4F 7B 0 30 13 29 143 1F 2D
Octal 227 117 173 0 60 23 51 503 37 55
Binary 10010111 1001111 1111011 0 110000 10011 101001 101000011 11111 101101

Color Harmonies of #974F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974F7B

Black with #974F7B

Text Example


Text Example

White with #974F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974F7B; }

 p { color: rgb(151,79,123); }

 H1.HeaderClassName
 {
   color: #974F7B;
 }
 .AnyTagClassName
 {
   color: #974F7B;
 }
</style>

background-color css

<style>
 a { background-color: #974F7B; }

 a { background-color: rgb(151,79,123); }

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

border-color css

<style>
 span { border-color: #974F7B; }

 span { border-color: rgb(151,79,123); }

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