Html Css Color HEX #975786 Strikemaster

📋 copy color: '#975786'

red 151 ◦ green 87 ◦ blue 134

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

Shades of Strikemaster #975786

Tints of Strikemaster #975786

RGB

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

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

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

R = 40.59%
G = 23.39%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#975786 (or 0x975786) is known color: Strikemaster. HEX triplet: 97, 57 and 86. RGB value is (151,87,134). Sum of RGB (Red+Green+Blue) = 151+87+134=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 151 - color contains mainly: red. Hex color #975786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975786 is #68A879. Grayscale: #6F6F6F. Windows color (decimal): -6858874 or 8804247. OLE color: 8804247.

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

Color convert

RGB 151 87 134 -
CMYK 0 0.42 0.11 0.41
HSL 315.94º 0.27% 0.47% -
HSV(B) 315.94º 0.42% 0.59% -
XYZ 20.47 15.12 24.39 -
YUV 111.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 151 87 134 0 0.42 0.11 0.41 315.94 0.27 0.47
Hex 97 57 86 0 2A B 29 13C 1B 2F
Octal 227 127 206 0 52 13 51 474 33 57
Binary 10010111 1010111 10000110 0 101010 1011 101001 100111100 11011 101111

Color Harmonies of #975786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975786

Black with #975786

Text Example


Text Example

White with #975786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975786; }

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

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

background-color css

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

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

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

border-color css

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

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

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