Html Css Color HEX #97487C Strikemaster

📋 copy color: '#97487C'

red 151 ◦ green 72 ◦ blue 124

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

Shades of Strikemaster #97487C

Tints of Strikemaster #97487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.75%

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

R = 43.52%
G = 20.75%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#97487C (or 0x97487C) is known color: Strikemaster. HEX triplet: 97, 48 and 7C. RGB value is (151,72,124). Sum of RGB (Red+Green+Blue) = 151+72+124=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 151 - color contains mainly: red. Hex color #97487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97487C is #68B783. Grayscale: #656565. Windows color (decimal): -6862724 or 8145047. OLE color: 8145047.

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

Color convert

RGB 151 72 124 -
CMYK 0 0.52 0.18 0.41
HSL 320.51º 0.35% 0.44% -
HSV(B) 320.51º 0.52% 0.59% -
XYZ 18.72 12.67 20.53 -
YUV 101.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 151 72 124 0 0.52 0.18 0.41 320.51 0.35 0.44
Hex 97 48 7C 0 34 12 29 141 23 2C
Octal 227 110 174 0 64 22 51 501 43 54
Binary 10010111 1001000 1111100 0 110100 10010 101001 101000001 100011 101100

Color Harmonies of #97487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97487C

Black with #97487C

Text Example


Text Example

White with #97487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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