Html Css Color HEX #975F7C Strikemaster

📋 copy color: '#975F7C'

red 151 ◦ green 95 ◦ blue 124

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

Shades of Strikemaster #975F7C

Tints of Strikemaster #975F7C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.68%

 BLUE value IS 124 (48.83% from 255) = 33.51%

R = 40.81%
G = 25.68%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#975F7C (or 0x975F7C) is known color: Strikemaster. HEX triplet: 97, 5F and 7C. RGB value is (151,95,124). Sum of RGB (Red+Green+Blue) = 151+95+124=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 151 - color contains mainly: red. Hex color #975F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975F7C is #68A083. Grayscale: #727272. Windows color (decimal): -6856836 or 8150935. OLE color: 8150935.

HSL color Cylindrical-coordinate representation of color #975F7C: hue angle of 328.93º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #975F7C is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 95 124 -
CMYK 0 0.37 0.18 0.41
HSL 328.93º 0.23% 0.48% -
HSV(B) 328.93º 0.37% 0.59% -
XYZ 20.49 16.22 21.12 -
YUV 115.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 151 95 124 0 0.37 0.18 0.41 328.93 0.23 0.48
Hex 97 5F 7C 0 25 12 29 149 17 30
Octal 227 137 174 0 45 22 51 511 27 60
Binary 10010111 1011111 1111100 0 100101 10010 101001 101001001 10111 110000

Color Harmonies of #975F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975F7C

Black with #975F7C

Text Example


Text Example

White with #975F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975F7C; }

 p { color: rgb(151,95,124); }

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

background-color css

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

 a { background-color: rgb(151,95,124); }

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

border-color css

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

 span { border-color: rgb(151,95,124); }

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