Html Css Color HEX #976883 Strikemaster

📋 copy color: '#976883'

red 151 ◦ green 104 ◦ blue 131

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

Shades of Strikemaster #976883

Tints of Strikemaster #976883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.94%

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

R = 39.12%
G = 26.94%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#976883 (or 0x976883) is known color: Strikemaster. HEX triplet: 97, 68 and 83. RGB value is (151,104,131). Sum of RGB (Red+Green+Blue) = 151+104+131=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 151 - color contains mainly: red. Hex color #976883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976883 is #68977C. Grayscale: #797979. Windows color (decimal): -6854525 or 8611991. OLE color: 8611991.

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

Color convert

RGB 151 104 131 -
CMYK 0 0.31 0.13 0.41
HSL 325.53º 0.18% 0.5% -
HSV(B) 325.53º 0.31% 0.59% -
XYZ 21.81 18.12 23.82 -
YUV 121.13 133.57 149.3 -
System Red Green Blue C M Y K H S L
Decimal 151 104 131 0 0.31 0.13 0.41 325.53 0.18 0.5
Hex 97 68 83 0 1F D 29 146 12 32
Octal 227 150 203 0 37 15 51 506 22 62
Binary 10010111 1101000 10000011 0 11111 1101 101001 101000110 10010 110010

Color Harmonies of #976883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976883

Black with #976883

Text Example


Text Example

White with #976883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976883; }

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

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

background-color css

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

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

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

border-color css

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

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

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