Html Css Color HEX #975187 Strikemaster

📋 copy color: '#975187'

red 151 ◦ green 81 ◦ blue 135

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

Shades of Strikemaster #975187

Tints of Strikemaster #975187

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.07%

 BLUE value IS 135 (53.13% from 255) = 36.78%

R = 41.14%
G = 22.07%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#975187 (or 0x975187) is known color: Strikemaster. HEX triplet: 97, 51 and 87. RGB value is (151,81,135). Sum of RGB (Red+Green+Blue) = 151+81+135=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #975187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975187 is #68AE78. Grayscale: #6B6B6B. Windows color (decimal): -6860409 or 8868247. OLE color: 8868247.

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

Color convert

RGB 151 81 135 -
CMYK 0 0.46 0.11 0.41
HSL 313.71º 0.3% 0.45% -
HSV(B) 313.71º 0.46% 0.59% -
XYZ 20.08 14.21 24.61 -
YUV 108.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 151 81 135 0 0.46 0.11 0.41 313.71 0.3 0.45
Hex 97 51 87 0 2E B 29 13A 1E 2D
Octal 227 121 207 0 56 13 51 472 36 55
Binary 10010111 1010001 10000111 0 101110 1011 101001 100111010 11110 101101

Color Harmonies of #975187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975187

Black with #975187

Text Example


Text Example

White with #975187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975187; }

 p { color: rgb(151,81,135); }

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

background-color css

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

 a { background-color: rgb(151,81,135); }

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

border-color css

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

 span { border-color: rgb(151,81,135); }

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