Html Css Color HEX #97668A Strikemaster

📋 copy color: '#97668A'

red 151 ◦ green 102 ◦ blue 138

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

Shades of Strikemaster #97668A

Tints of Strikemaster #97668A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.09%

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 38.62%
G = 26.09%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#97668A (or 0x97668A) is known color: Strikemaster. HEX triplet: 97, 66 and 8A. RGB value is (151,102,138). Sum of RGB (Red+Green+Blue) = 151+102+138=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 151 - color contains mainly: red. Hex color #97668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97668A is #689975. Grayscale: #787878. Windows color (decimal): -6855030 or 9070231. OLE color: 9070231.

HSL color Cylindrical-coordinate representation of color #97668A: hue angle of 315.92º 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 #97668A is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 102 138 -
CMYK 0 0.32 0.09 0.41
HSL 315.92º 0.19% 0.5% -
HSV(B) 315.92º 0.32% 0.59% -
XYZ 22.1 17.92 26.34 -
YUV 120.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 151 102 138 0 0.32 0.09 0.41 315.92 0.19 0.5
Hex 97 66 8A 0 20 9 29 13C 13 32
Octal 227 146 212 0 40 11 51 474 23 62
Binary 10010111 1100110 10001010 0 100000 1001 101001 100111100 10011 110010

Color Harmonies of #97668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97668A

Black with #97668A

Text Example


Text Example

White with #97668A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97668A; }

 p { color: rgb(151,102,138); }

 H1.HeaderClassName
 {
   color: #97668A;
 }
 .AnyTagClassName
 {
   color: #97668A;
 }
</style>

background-color css

<style>
 a { background-color: #97668A; }

 a { background-color: rgb(151,102,138); }

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

border-color css

<style>
 span { border-color: #97668A; }

 span { border-color: rgb(151,102,138); }

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