Html Css Color HEX #975680 Strikemaster

📋 copy color: '#975680'

red 151 ◦ green 86 ◦ blue 128

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

Shades of Strikemaster #975680

Tints of Strikemaster #975680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.56%

 BLUE value IS 128 (50.39% from 255) = 35.07%

R = 41.37%
G = 23.56%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#975680 (or 0x975680) is known color: Strikemaster. HEX triplet: 97, 56 and 80. RGB value is (151,86,128). Sum of RGB (Red+Green+Blue) = 151+86+128=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #975680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975680 is #68A97F. Grayscale: #6E6E6E. Windows color (decimal): -6859136 or 8410775. OLE color: 8410775.

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

Color convert

RGB 151 86 128 -
CMYK 0 0.43 0.15 0.41
HSL 321.23º 0.27% 0.46% -
HSV(B) 321.23º 0.43% 0.59% -
XYZ 19.99 14.79 22.22 -
YUV 110.22 138.03 157.08 -
System Red Green Blue C M Y K H S L
Decimal 151 86 128 0 0.43 0.15 0.41 321.23 0.27 0.46
Hex 97 56 80 0 2B F 29 141 1B 2E
Octal 227 126 200 0 53 17 51 501 33 56
Binary 10010111 1010110 10000000 0 101011 1111 101001 101000001 11011 101110

Color Harmonies of #975680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975680

Black with #975680

Text Example


Text Example

White with #975680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975680; }

 p { color: rgb(151,86,128); }

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

background-color css

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

 a { background-color: rgb(151,86,128); }

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

border-color css

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

 span { border-color: rgb(151,86,128); }

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