Html Css Color HEX #97598A Strikemaster

📋 copy color: '#97598A'

red 151 ◦ green 89 ◦ blue 138

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

Shades of Strikemaster #97598A

Tints of Strikemaster #97598A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.54%

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

R = 39.95%
G = 23.54%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#97598A (or 0x97598A) is known color: Strikemaster. HEX triplet: 97, 59 and 8A. RGB value is (151,89,138). Sum of RGB (Red+Green+Blue) = 151+89+138=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 151 - color contains mainly: red. Hex color #97598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97598A is #68A675. Grayscale: #707070. Windows color (decimal): -6858358 or 9066903. OLE color: 9066903.

HSL color Cylindrical-coordinate representation of color #97598A: hue angle of 312.58º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97598A is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 89 138 -
CMYK 0 0.41 0.09 0.41
HSL 312.58º 0.26% 0.47% -
HSV(B) 312.58º 0.41% 0.59% -
XYZ 20.92 15.56 25.95 -
YUV 113.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 151 89 138 0 0.41 0.09 0.41 312.58 0.26 0.47
Hex 97 59 8A 0 29 9 29 139 1A 2F
Octal 227 131 212 0 51 11 51 471 32 57
Binary 10010111 1011001 10001010 0 101001 1001 101001 100111001 11010 101111

Color Harmonies of #97598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97598A

Black with #97598A

Text Example


Text Example

White with #97598A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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