Html Css Color HEX #97477C Strikemaster

📋 copy color: '#97477C'

red 151 ◦ green 71 ◦ blue 124

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

Shades of Strikemaster #97477C

Tints of Strikemaster #97477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.52%

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

R = 43.64%
G = 20.52%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#97477C (or 0x97477C) is known color: Strikemaster. HEX triplet: 97, 47 and 7C. RGB value is (151,71,124). Sum of RGB (Red+Green+Blue) = 151+71+124=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #97477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97477C is #68B883. Grayscale: #646464. Windows color (decimal): -6862980 or 8144791. OLE color: 8144791.

HSL color Cylindrical-coordinate representation of color #97477C: hue angle of 320.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #97477C is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 71 124 -
CMYK 0 0.53 0.18 0.41
HSL 320.25º 0.36% 0.44% -
HSV(B) 320.25º 0.53% 0.59% -
XYZ 18.65 12.54 20.51 -
YUV 100.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 151 71 124 0 0.53 0.18 0.41 320.25 0.36 0.44
Hex 97 47 7C 0 35 12 29 140 24 2C
Octal 227 107 174 0 65 22 51 500 44 54
Binary 10010111 1000111 1111100 0 110101 10010 101001 101000000 100100 101100

Color Harmonies of #97477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97477C

Black with #97477C

Text Example


Text Example

White with #97477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97477C; }

 p { color: rgb(151,71,124); }

 H1.HeaderClassName
 {
   color: #97477C;
 }
 .AnyTagClassName
 {
   color: #97477C;
 }
</style>

background-color css

<style>
 a { background-color: #97477C; }

 a { background-color: rgb(151,71,124); }

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

border-color css

<style>
 span { border-color: #97477C; }

 span { border-color: rgb(151,71,124); }

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