Html Css Color HEX #975A7F Strikemaster

📋 copy color: '#975A7F'

red 151 ◦ green 90 ◦ blue 127

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

Shades of Strikemaster #975A7F

Tints of Strikemaster #975A7F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.46%

 BLUE value IS 127 (50% from 255) = 34.51%

R = 41.03%
G = 24.46%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#975A7F (or 0x975A7F) is known color: Strikemaster. HEX triplet: 97, 5A and 7F. RGB value is (151,90,127). Sum of RGB (Red+Green+Blue) = 151+90+127=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #975A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975A7F is #68A580. Grayscale: #707070. Windows color (decimal): -6858113 or 8346263. OLE color: 8346263.

HSL color Cylindrical-coordinate representation of color #975A7F: hue angle of 323.61º 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 #975A7F is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 90 127 -
CMYK 0 0.40 0.16 0.41
HSL 323.61º 0.25% 0.47% -
HSV(B) 323.61º 0.4% 0.59% -
XYZ 20.25 15.42 21.99 -
YUV 112.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 151 90 127 0 0.40 0.16 0.41 323.61 0.25 0.47
Hex 97 5A 7F 0 28 10 29 144 19 2F
Octal 227 132 177 0 50 20 51 504 31 57
Binary 10010111 1011010 1111111 0 101000 10000 101001 101000100 11001 101111

Color Harmonies of #975A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975A7F

Black with #975A7F

Text Example


Text Example

White with #975A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,90,127); }

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

background-color css

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

 a { background-color: rgb(151,90,127); }

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

border-color css

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

 span { border-color: rgb(151,90,127); }

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