Html Css Color HEX #97507E Strikemaster

📋 copy color: '#97507E'

red 151 ◦ green 80 ◦ blue 126

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

Shades of Strikemaster #97507E

Tints of Strikemaster #97507E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.41%

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

R = 42.3%
G = 22.41%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#97507E (or 0x97507E) is known color: Strikemaster. HEX triplet: 97, 50 and 7E. RGB value is (151,80,126). Sum of RGB (Red+Green+Blue) = 151+80+126=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #97507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97507E is #68AF81. Grayscale: #6A6A6A. Windows color (decimal): -6860674 or 8278167. OLE color: 8278167.

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

Color convert

RGB 151 80 126 -
CMYK 0 0.47 0.17 0.41
HSL 321.13º 0.31% 0.45% -
HSV(B) 321.13º 0.47% 0.59% -
XYZ 19.4 13.82 21.38 -
YUV 106.47 139.02 159.76 -
System Red Green Blue C M Y K H S L
Decimal 151 80 126 0 0.47 0.17 0.41 321.13 0.31 0.45
Hex 97 50 7E 0 2F 11 29 141 1F 2D
Octal 227 120 176 0 57 21 51 501 37 55
Binary 10010111 1010000 1111110 0 101111 10001 101001 101000001 11111 101101

Color Harmonies of #97507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97507E

Black with #97507E

Text Example


Text Example

White with #97507E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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