Html Css Color HEX #975584 Strikemaster

📋 copy color: '#975584'

red 151 ◦ green 85 ◦ blue 132

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

Shades of Strikemaster #975584

Tints of Strikemaster #975584

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.1%

 BLUE value IS 132 (51.95% from 255) = 35.87%

R = 41.03%
G = 23.1%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#975584 (or 0x975584) is known color: Strikemaster. HEX triplet: 97, 55 and 84. RGB value is (151,85,132). Sum of RGB (Red+Green+Blue) = 151+85+132=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #975584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975584 is #68AA7B. Grayscale: #6D6D6D. Windows color (decimal): -6859388 or 8672663. OLE color: 8672663.

HSL color Cylindrical-coordinate representation of color #975584: hue angle of 317.27º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #975584 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 85 132 -
CMYK 0 0.44 0.13 0.41
HSL 317.27º 0.28% 0.46% -
HSV(B) 317.27º 0.44% 0.59% -
XYZ 20.18 14.74 23.61 -
YUV 110.09 140.37 157.18 -
System Red Green Blue C M Y K H S L
Decimal 151 85 132 0 0.44 0.13 0.41 317.27 0.28 0.46
Hex 97 55 84 0 2C D 29 13D 1C 2E
Octal 227 125 204 0 54 15 51 475 34 56
Binary 10010111 1010101 10000100 0 101100 1101 101001 100111101 11100 101110

Color Harmonies of #975584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975584

Black with #975584

Text Example


Text Example

White with #975584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975584; }

 p { color: rgb(151,85,132); }

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

background-color css

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

 a { background-color: rgb(151,85,132); }

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

border-color css

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

 span { border-color: rgb(151,85,132); }

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