Html Css Color HEX #97467F Strikemaster

📋 copy color: '#97467F'

red 151 ◦ green 70 ◦ blue 127

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

Shades of Strikemaster #97467F

Tints of Strikemaster #97467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.11%

 BLUE value IS 127 (50% from 255) = 36.49%

R = 43.39%
G = 20.11%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#97467F (or 0x97467F) is known color: Strikemaster. HEX triplet: 97, 46 and 7F. RGB value is (151,70,127). Sum of RGB (Red+Green+Blue) = 151+70+127=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #97467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97467F is #68B980. Grayscale: #646464. Windows color (decimal): -6863233 or 8341143. OLE color: 8341143.

HSL color Cylindrical-coordinate representation of color #97467F: hue angle of 317.78º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #97467F is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 70 127 -
CMYK 0 0.54 0.16 0.41
HSL 317.78º 0.37% 0.43% -
HSV(B) 317.78º 0.54% 0.59% -
XYZ 18.78 12.49 21.5 -
YUV 100.72 142.84 163.87 -
System Red Green Blue C M Y K H S L
Decimal 151 70 127 0 0.54 0.16 0.41 317.78 0.37 0.43
Hex 97 46 7F 0 36 10 29 13E 25 2B
Octal 227 106 177 0 66 20 51 476 45 53
Binary 10010111 1000110 1111111 0 110110 10000 101001 100111110 100101 101011

Color Harmonies of #97467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97467F

Black with #97467F

Text Example


Text Example

White with #97467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97467F; }

 p { color: rgb(151,70,127); }

 H1.HeaderClassName
 {
   color: #97467F;
 }
 .AnyTagClassName
 {
   color: #97467F;
 }
</style>

background-color css

<style>
 a { background-color: #97467F; }

 a { background-color: rgb(151,70,127); }

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

border-color css

<style>
 span { border-color: #97467F; }

 span { border-color: rgb(151,70,127); }

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