Html Css Color HEX #97527E Strikemaster

📋 copy color: '#97527E'

red 151 ◦ green 82 ◦ blue 126

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

Shades of Strikemaster #97527E

Tints of Strikemaster #97527E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.84%

 BLUE value IS 126 (49.61% from 255) = 35.1%

R = 42.06%
G = 22.84%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#97527E (or 0x97527E) is known color: Strikemaster. HEX triplet: 97, 52 and 7E. RGB value is (151,82,126). Sum of RGB (Red+Green+Blue) = 151+82+126=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #97527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97527E is #68AD81. Grayscale: #6B6B6B. Windows color (decimal): -6860162 or 8278679. OLE color: 8278679.

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

Color convert

RGB 151 82 126 -
CMYK 0 0.46 0.17 0.41
HSL 321.74º 0.3% 0.46% -
HSV(B) 321.74º 0.46% 0.59% -
XYZ 19.55 14.12 21.43 -
YUV 107.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 151 82 126 0 0.46 0.17 0.41 321.74 0.3 0.46
Hex 97 52 7E 0 2E 11 29 142 1E 2E
Octal 227 122 176 0 56 21 51 502 36 56
Binary 10010111 1010010 1111110 0 101110 10001 101001 101000010 11110 101110

Color Harmonies of #97527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97527E

Black with #97527E

Text Example


Text Example

White with #97527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97527E; }

 p { color: rgb(151,82,126); }

 H1.HeaderClassName
 {
   color: #97527E;
 }
 .AnyTagClassName
 {
   color: #97527E;
 }
</style>

background-color css

<style>
 a { background-color: #97527E; }

 a { background-color: rgb(151,82,126); }

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

border-color css

<style>
 span { border-color: #97527E; }

 span { border-color: rgb(151,82,126); }

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