Html Css Color HEX #97678C Strikemaster

📋 copy color: '#97678C'

red 151 ◦ green 103 ◦ blue 140

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

Shades of Strikemaster #97678C

Tints of Strikemaster #97678C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.14%

 BLUE value IS 140 (55.08% from 255) = 35.53%

R = 38.32%
G = 26.14%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97678C (or 0x97678C) is known color: Strikemaster. HEX triplet: 97, 67 and 8C. RGB value is (151,103,140). Sum of RGB (Red+Green+Blue) = 151+103+140=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 151 - color contains mainly: red. Hex color #97678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97678C is #689873. Grayscale: #797979. Windows color (decimal): -6854772 or 9201559. OLE color: 9201559.

HSL color Cylindrical-coordinate representation of color #97678C: hue angle of 313.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97678C is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 103 140 -
CMYK 0 0.32 0.07 0.41
HSL 313.75º 0.19% 0.5% -
HSV(B) 313.75º 0.32% 0.59% -
XYZ 22.35 18.17 27.14 -
YUV 121.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 151 103 140 0 0.32 0.07 0.41 313.75 0.19 0.5
Hex 97 67 8C 0 20 7 29 13A 13 32
Octal 227 147 214 0 40 7 51 472 23 62
Binary 10010111 1100111 10001100 0 100000 111 101001 100111010 10011 110010

Color Harmonies of #97678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97678C

Black with #97678C

Text Example


Text Example

White with #97678C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,103,140); }

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

background-color css

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

 a { background-color: rgb(151,103,140); }

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

border-color css

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

 span { border-color: rgb(151,103,140); }

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