Html Css Color HEX #975A88 Strikemaster

📋 copy color: '#975A88'

red 151 ◦ green 90 ◦ blue 136

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

Shades of Strikemaster #975A88

Tints of Strikemaster #975A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.07%

R = 40.05%
G = 23.87%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#975A88 (or 0x975A88) is known color: Strikemaster. HEX triplet: 97, 5A and 88. RGB value is (151,90,136). Sum of RGB (Red+Green+Blue) = 151+90+136=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 151 - color contains mainly: red. Hex color #975A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975A88 is #68A577. Grayscale: #717171. Windows color (decimal): -6858104 or 8936087. OLE color: 8936087.

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

Color convert

RGB 151 90 136 -
CMYK 0 0.40 0.10 0.41
HSL 314.75º 0.25% 0.47% -
HSV(B) 314.75º 0.4% 0.59% -
XYZ 20.86 15.67 25.22 -
YUV 113.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 151 90 136 0 0.40 0.10 0.41 314.75 0.25 0.47
Hex 97 5A 88 0 28 A 29 13B 19 2F
Octal 227 132 210 0 50 12 51 473 31 57
Binary 10010111 1011010 10001000 0 101000 1010 101001 100111011 11001 101111

Color Harmonies of #975A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975A88

Black with #975A88

Text Example


Text Example

White with #975A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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