Html Css Color HEX #975986 Strikemaster

📋 copy color: '#975986'

red 151 ◦ green 89 ◦ blue 134

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

Shades of Strikemaster #975986

Tints of Strikemaster #975986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.8%

 BLUE value IS 134 (52.73% from 255) = 35.83%

R = 40.37%
G = 23.8%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#975986 (or 0x975986) is known color: Strikemaster. HEX triplet: 97, 59 and 86. RGB value is (151,89,134). Sum of RGB (Red+Green+Blue) = 151+89+134=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 151 - color contains mainly: red. Hex color #975986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975986 is #68A679. Grayscale: #707070. Windows color (decimal): -6858362 or 8804759. OLE color: 8804759.

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

Color convert

RGB 151 89 134 -
CMYK 0 0.41 0.11 0.41
HSL 316.45º 0.26% 0.47% -
HSV(B) 316.45º 0.41% 0.59% -
XYZ 20.64 15.45 24.45 -
YUV 112.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 151 89 134 0 0.41 0.11 0.41 316.45 0.26 0.47
Hex 97 59 86 0 29 B 29 13C 1A 2F
Octal 227 131 206 0 51 13 51 474 32 57
Binary 10010111 1011001 10000110 0 101001 1011 101001 100111100 11010 101111

Color Harmonies of #975986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975986

Black with #975986

Text Example


Text Example

White with #975986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975986; }

 p { color: rgb(151,89,134); }

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

background-color css

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

 a { background-color: rgb(151,89,134); }

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

border-color css

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

 span { border-color: rgb(151,89,134); }

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