Html Css Color HEX #975A7C Strikemaster

📋 copy color: '#975A7C'

red 151 ◦ green 90 ◦ blue 124

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

Shades of Strikemaster #975A7C

Tints of Strikemaster #975A7C

RGB

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

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

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

R = 41.37%
G = 24.66%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#975A7C (or 0x975A7C) is known color: Strikemaster. HEX triplet: 97, 5A and 7C. RGB value is (151,90,124). Sum of RGB (Red+Green+Blue) = 151+90+124=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #975A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975A7C is #68A583. Grayscale: #707070. Windows color (decimal): -6858116 or 8149655. OLE color: 8149655.

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

Color convert

RGB 151 90 124 -
CMYK 0 0.40 0.18 0.41
HSL 326.56º 0.25% 0.47% -
HSV(B) 326.56º 0.4% 0.59% -
XYZ 20.06 15.35 20.97 -
YUV 112.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 151 90 124 0 0.40 0.18 0.41 326.56 0.25 0.47
Hex 97 5A 7C 0 28 12 29 147 19 2F
Octal 227 132 174 0 50 22 51 507 31 57
Binary 10010111 1011010 1111100 0 101000 10010 101001 101000111 11001 101111

Color Harmonies of #975A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975A7C

Black with #975A7C

Text Example


Text Example

White with #975A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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