Html Css Color HEX #975583 Strikemaster

📋 copy color: '#975583'

red 151 ◦ green 85 ◦ blue 131

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

Shades of Strikemaster #975583

Tints of Strikemaster #975583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.69%

R = 41.14%
G = 23.16%
B = 35.69%

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

#975583 (or 0x975583) is known color: Strikemaster. HEX triplet: 97, 55 and 83. RGB value is (151,85,131). Sum of RGB (Red+Green+Blue) = 151+85+131=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #975583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975583 is #68AA7C. Grayscale: #6D6D6D. Windows color (decimal): -6859389 or 8607127. OLE color: 8607127.

HSL color Cylindrical-coordinate representation of color #975583: hue angle of 318.18º 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 #975583 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 85 131 -
CMYK 0 0.44 0.13 0.41
HSL 318.18º 0.28% 0.46% -
HSV(B) 318.18º 0.44% 0.59% -
XYZ 20.11 14.72 23.25 -
YUV 109.98 139.87 157.26 -
System Red Green Blue C M Y K H S L
Decimal 151 85 131 0 0.44 0.13 0.41 318.18 0.28 0.46
Hex 97 55 83 0 2C D 29 13E 1C 2E
Octal 227 125 203 0 54 15 51 476 34 56
Binary 10010111 1010101 10000011 0 101100 1101 101001 100111110 11100 101110

Color Harmonies of #975583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975583

Black with #975583

Text Example


Text Example

White with #975583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975583; }

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

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

background-color css

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

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

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

border-color css

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

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

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