Html Css Color HEX #976381 Strikemaster

📋 copy color: '#976381'

red 151 ◦ green 99 ◦ blue 129

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

Shades of Strikemaster #976381

Tints of Strikemaster #976381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.04%

R = 39.84%
G = 26.12%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#976381 (or 0x976381) is known color: Strikemaster. HEX triplet: 97, 63 and 81. RGB value is (151,99,129). Sum of RGB (Red+Green+Blue) = 151+99+129=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 151 - color contains mainly: red. Hex color #976381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976381 is #689C7E. Grayscale: #757575. Windows color (decimal): -6855807 or 8479639. OLE color: 8479639.

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

Color convert

RGB 151 99 129 -
CMYK 0 0.34 0.15 0.41
HSL 325.38º 0.21% 0.49% -
HSV(B) 325.38º 0.34% 0.59% -
XYZ 21.19 17.09 22.95 -
YUV 117.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 151 99 129 0 0.34 0.15 0.41 325.38 0.21 0.49
Hex 97 63 81 0 22 F 29 145 15 31
Octal 227 143 201 0 42 17 51 505 25 61
Binary 10010111 1100011 10000001 0 100010 1111 101001 101000101 10101 110001

Color Harmonies of #976381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976381

Black with #976381

Text Example


Text Example

White with #976381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976381; }

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

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

background-color css

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

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

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

border-color css

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

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

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