Html Css Color HEX #975789 Strikemaster

📋 copy color: '#975789'

red 151 ◦ green 87 ◦ blue 137

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

Shades of Strikemaster #975789

Tints of Strikemaster #975789

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.2%

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

R = 40.27%
G = 23.2%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#975789 (or 0x975789) is known color: Strikemaster. HEX triplet: 97, 57 and 89. RGB value is (151,87,137). Sum of RGB (Red+Green+Blue) = 151+87+137=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 151 - color contains mainly: red. Hex color #975789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975789 is #68A876. Grayscale: #6F6F6F. Windows color (decimal): -6858871 or 9000855. OLE color: 9000855.

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

Color convert

RGB 151 87 137 -
CMYK 0 0.42 0.09 0.41
HSL 313.13º 0.27% 0.47% -
HSV(B) 313.13º 0.42% 0.59% -
XYZ 20.69 15.2 25.51 -
YUV 111.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 151 87 137 0 0.42 0.09 0.41 313.13 0.27 0.47
Hex 97 57 89 0 2A 9 29 139 1B 2F
Octal 227 127 211 0 52 11 51 471 33 57
Binary 10010111 1010111 10001001 0 101010 1001 101001 100111001 11011 101111

Color Harmonies of #975789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975789

Black with #975789

Text Example


Text Example

White with #975789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975789; }

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

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

background-color css

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

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

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

border-color css

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

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

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