Html Css Color HEX #976080 Strikemaster

📋 copy color: '#976080'

red 151 ◦ green 96 ◦ blue 128

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

Shades of Strikemaster #976080

Tints of Strikemaster #976080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.6%

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

R = 40.27%
G = 25.6%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#976080 (or 0x976080) is known color: Strikemaster. HEX triplet: 97, 60 and 80. RGB value is (151,96,128). Sum of RGB (Red+Green+Blue) = 151+96+128=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 151 - color contains mainly: red. Hex color #976080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976080 is #689F7F. Grayscale: #747474. Windows color (decimal): -6856576 or 8413335. OLE color: 8413335.

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

Color convert

RGB 151 96 128 -
CMYK 0 0.36 0.15 0.41
HSL 325.09º 0.22% 0.48% -
HSV(B) 325.09º 0.36% 0.59% -
XYZ 20.84 16.5 22.51 -
YUV 116.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 151 96 128 0 0.36 0.15 0.41 325.09 0.22 0.48
Hex 97 60 80 0 24 F 29 145 16 30
Octal 227 140 200 0 44 17 51 505 26 60
Binary 10010111 1100000 10000000 0 100100 1111 101001 101000101 10110 110000

Color Harmonies of #976080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976080

Black with #976080

Text Example


Text Example

White with #976080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976080; }

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

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

background-color css

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

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

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

border-color css

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

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

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