Html Css Color HEX #975785 Strikemaster

📋 copy color: '#975785'

red 151 ◦ green 87 ◦ blue 133

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

Shades of Strikemaster #975785

Tints of Strikemaster #975785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 40.7%
G = 23.45%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#975785 (or 0x975785) is known color: Strikemaster. HEX triplet: 97, 57 and 85. RGB value is (151,87,133). Sum of RGB (Red+Green+Blue) = 151+87+133=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #975785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975785 is #68A87A. Grayscale: #6F6F6F. Windows color (decimal): -6858875 or 8738711. OLE color: 8738711.

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

Color convert

RGB 151 87 133 -
CMYK 0 0.42 0.12 0.41
HSL 316.88º 0.27% 0.47% -
HSV(B) 316.88º 0.42% 0.59% -
XYZ 20.4 15.09 24.03 -
YUV 111.38 140.2 156.26 -
System Red Green Blue C M Y K H S L
Decimal 151 87 133 0 0.42 0.12 0.41 316.88 0.27 0.47
Hex 97 57 85 0 2A C 29 13D 1B 2F
Octal 227 127 205 0 52 14 51 475 33 57
Binary 10010111 1010111 10000101 0 101010 1100 101001 100111101 11011 101111

Color Harmonies of #975785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975785

Black with #975785

Text Example


Text Example

White with #975785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975785; }

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

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

background-color css

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

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

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

border-color css

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

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

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