Html Css Color HEX #976382 Strikemaster

📋 copy color: '#976382'

red 151 ◦ green 99 ◦ blue 130

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

Shades of Strikemaster #976382

Tints of Strikemaster #976382

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.05%

 BLUE value IS 130 (51.17% from 255) = 34.21%

R = 39.74%
G = 26.05%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#976382 (or 0x976382) is known color: Strikemaster. HEX triplet: 97, 63 and 82. RGB value is (151,99,130). Sum of RGB (Red+Green+Blue) = 151+99+130=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 151 - color contains mainly: red. Hex color #976382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976382 is #689C7D. Grayscale: #767676. Windows color (decimal): -6855806 or 8545175. OLE color: 8545175.

HSL color Cylindrical-coordinate representation of color #976382: hue angle of 324.23º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #976382 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 99 130 -
CMYK 0 0.34 0.14 0.41
HSL 324.23º 0.21% 0.49% -
HSV(B) 324.23º 0.34% 0.59% -
XYZ 21.25 17.11 23.3 -
YUV 118.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 151 99 130 0 0.34 0.14 0.41 324.23 0.21 0.49
Hex 97 63 82 0 22 E 29 144 15 31
Octal 227 143 202 0 42 16 51 504 25 61
Binary 10010111 1100011 10000010 0 100010 1110 101001 101000100 10101 110001

Color Harmonies of #976382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976382

Black with #976382

Text Example


Text Example

White with #976382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976382; }

 p { color: rgb(151,99,130); }

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

background-color css

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

 a { background-color: rgb(151,99,130); }

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

border-color css

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

 span { border-color: rgb(151,99,130); }

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