Html Css Color HEX #975889 Strikemaster

📋 copy color: '#975889'

red 151 ◦ green 88 ◦ blue 137

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

Shades of Strikemaster #975889

Tints of Strikemaster #975889

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.4%

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

R = 40.16%
G = 23.4%
B = 36.44%

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

#975889 (or 0x975889) is known color: Strikemaster. HEX triplet: 97, 58 and 89. RGB value is (151,88,137). Sum of RGB (Red+Green+Blue) = 151+88+137=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 151 - color contains mainly: red. Hex color #975889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975889 is #68A776. Grayscale: #707070. Windows color (decimal): -6858615 or 9001111. OLE color: 9001111.

HSL color Cylindrical-coordinate representation of color #975889: hue angle of 313.33º degrees, saturation: 0.26, 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 #975889 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 88 137 -
CMYK 0 0.42 0.09 0.41
HSL 313.33º 0.26% 0.47% -
HSV(B) 313.33º 0.42% 0.59% -
XYZ 20.77 15.36 25.54 -
YUV 112.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 151 88 137 0 0.42 0.09 0.41 313.33 0.26 0.47
Hex 97 58 89 0 2A 9 29 139 1A 2F
Octal 227 130 211 0 52 11 51 471 32 57
Binary 10010111 1011000 10001001 0 101010 1001 101001 100111001 11010 101111

Color Harmonies of #975889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975889

Black with #975889

Text Example


Text Example

White with #975889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975889; }

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

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

background-color css

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

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

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

border-color css

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

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

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