Html Css Color HEX #975A7A Strikemaster

📋 copy color: '#975A7A'

red 151 ◦ green 90 ◦ blue 122

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

Shades of Strikemaster #975A7A

Tints of Strikemaster #975A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.61%

R = 41.6%
G = 24.79%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#975A7A (or 0x975A7A) is known color: Strikemaster. HEX triplet: 97, 5A and 7A. RGB value is (151,90,122). Sum of RGB (Red+Green+Blue) = 151+90+122=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #975A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975A7A is #68A585. Grayscale: #6F6F6F. Windows color (decimal): -6858118 or 8018583. OLE color: 8018583.

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

Color convert

RGB 151 90 122 -
CMYK 0 0.40 0.19 0.41
HSL 328.52º 0.25% 0.47% -
HSV(B) 328.52º 0.4% 0.59% -
XYZ 19.93 15.3 20.31 -
YUV 111.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 151 90 122 0 0.40 0.19 0.41 328.52 0.25 0.47
Hex 97 5A 7A 0 28 13 29 149 19 2F
Octal 227 132 172 0 50 23 51 511 31 57
Binary 10010111 1011010 1111010 0 101000 10011 101001 101001001 11001 101111

Color Harmonies of #975A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975A7A

Black with #975A7A

Text Example


Text Example

White with #975A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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