Html Css Color HEX #975A89 Strikemaster

📋 copy color: '#975A89'

red 151 ◦ green 90 ◦ blue 137

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

Shades of Strikemaster #975A89

Tints of Strikemaster #975A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.24%

R = 39.95%
G = 23.81%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#975A89 (or 0x975A89) is known color: Strikemaster. HEX triplet: 97, 5A and 89. RGB value is (151,90,137). Sum of RGB (Red+Green+Blue) = 151+90+137=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 151 - color contains mainly: red. Hex color #975A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975A89 is #68A576. Grayscale: #717171. Windows color (decimal): -6858103 or 9001623. OLE color: 9001623.

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

Color convert

RGB 151 90 137 -
CMYK 0 0.40 0.09 0.41
HSL 313.77º 0.25% 0.47% -
HSV(B) 313.77º 0.4% 0.59% -
XYZ 20.93 15.7 25.59 -
YUV 113.6 141.21 154.68 -
System Red Green Blue C M Y K H S L
Decimal 151 90 137 0 0.40 0.09 0.41 313.77 0.25 0.47
Hex 97 5A 89 0 28 9 29 13A 19 2F
Octal 227 132 211 0 50 11 51 472 31 57
Binary 10010111 1011010 10001001 0 101000 1001 101001 100111010 11001 101111

Color Harmonies of #975A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975A89

Black with #975A89

Text Example


Text Example

White with #975A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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