Html Css Color HEX #97517C Strikemaster

📋 copy color: '#97517C'

red 151 ◦ green 81 ◦ blue 124

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

Shades of Strikemaster #97517C

Tints of Strikemaster #97517C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.75%

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

R = 42.42%
G = 22.75%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#97517C (or 0x97517C) is known color: Strikemaster. HEX triplet: 97, 51 and 7C. RGB value is (151,81,124). Sum of RGB (Red+Green+Blue) = 151+81+124=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #97517C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97517C is #68AE83. Grayscale: #6A6A6A. Windows color (decimal): -6860420 or 8147351. OLE color: 8147351.

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

Color convert

RGB 151 81 124 -
CMYK 0 0.46 0.18 0.41
HSL 323.14º 0.3% 0.45% -
HSV(B) 323.14º 0.46% 0.59% -
XYZ 19.34 13.92 20.74 -
YUV 106.83 137.69 159.5 -
System Red Green Blue C M Y K H S L
Decimal 151 81 124 0 0.46 0.18 0.41 323.14 0.3 0.45
Hex 97 51 7C 0 2E 12 29 143 1E 2D
Octal 227 121 174 0 56 22 51 503 36 55
Binary 10010111 1010001 1111100 0 101110 10010 101001 101000011 11110 101101

Color Harmonies of #97517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97517C

Black with #97517C

Text Example


Text Example

White with #97517C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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