Html Css Color HEX #975B7D Strikemaster

📋 copy color: '#975B7D'

red 151 ◦ green 91 ◦ blue 125

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

Shades of Strikemaster #975B7D

Tints of Strikemaster #975B7D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.8%

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 41.14%
G = 24.8%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#975B7D (or 0x975B7D) is known color: Strikemaster. HEX triplet: 97, 5B and 7D. RGB value is (151,91,125). Sum of RGB (Red+Green+Blue) = 151+91+125=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #975B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975B7D is #68A482. Grayscale: #707070. Windows color (decimal): -6857859 or 8215447. OLE color: 8215447.

HSL color Cylindrical-coordinate representation of color #975B7D: hue angle of 326º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #975B7D is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 91 125 -
CMYK 0 0.40 0.17 0.41
HSL 326º 0.25% 0.47% -
HSV(B) 326º 0.4% 0.59% -
XYZ 20.21 15.54 21.34 -
YUV 112.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 151 91 125 0 0.40 0.17 0.41 326 0.25 0.47
Hex 97 5B 7D 0 28 11 29 146 19 2F
Octal 227 133 175 0 50 21 51 506 31 57
Binary 10010111 1011011 1111101 0 101000 10001 101001 101000110 11001 101111

Color Harmonies of #975B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975B7D

Black with #975B7D

Text Example


Text Example

White with #975B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,91,125); }

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

background-color css

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

 a { background-color: rgb(151,91,125); }

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

border-color css

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

 span { border-color: rgb(151,91,125); }

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