Html Css Color HEX #975A87 Strikemaster

📋 copy color: '#975A87'

red 151 ◦ green 90 ◦ blue 135

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

Shades of Strikemaster #975A87

Tints of Strikemaster #975A87

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.94%

 BLUE value IS 135 (53.13% from 255) = 35.9%

R = 40.16%
G = 23.94%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#975A87 (or 0x975A87) is known color: Strikemaster. HEX triplet: 97, 5A and 87. RGB value is (151,90,135). Sum of RGB (Red+Green+Blue) = 151+90+135=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 151 - color contains mainly: red. Hex color #975A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975A87 is #68A578. Grayscale: #717171. Windows color (decimal): -6858105 or 8870551. OLE color: 8870551.

HSL color Cylindrical-coordinate representation of color #975A87: hue angle of 315.74º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #975A87 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 90 135 -
CMYK 0 0.40 0.11 0.41
HSL 315.74º 0.25% 0.47% -
HSV(B) 315.74º 0.4% 0.59% -
XYZ 20.79 15.64 24.84 -
YUV 113.37 140.21 154.84 -
System Red Green Blue C M Y K H S L
Decimal 151 90 135 0 0.40 0.11 0.41 315.74 0.25 0.47
Hex 97 5A 87 0 28 B 29 13C 19 2F
Octal 227 132 207 0 50 13 51 474 31 57
Binary 10010111 1011010 10000111 0 101000 1011 101001 100111100 11001 101111

Color Harmonies of #975A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975A87

Black with #975A87

Text Example


Text Example

White with #975A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975A87; }

 p { color: rgb(151,90,135); }

 H1.HeaderClassName
 {
   color: #975A87;
 }
 .AnyTagClassName
 {
   color: #975A87;
 }
</style>

background-color css

<style>
 a { background-color: #975A87; }

 a { background-color: rgb(151,90,135); }

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

border-color css

<style>
 span { border-color: #975A87; }

 span { border-color: rgb(151,90,135); }

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