Html Css Color HEX #976283 Strikemaster

📋 copy color: '#976283'

red 151 ◦ green 98 ◦ blue 131

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

Shades of Strikemaster #976283

Tints of Strikemaster #976283

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.79%

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

R = 39.74%
G = 25.79%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#976283 (or 0x976283) is known color: Strikemaster. HEX triplet: 97, 62 and 83. RGB value is (151,98,131). Sum of RGB (Red+Green+Blue) = 151+98+131=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 151 - color contains mainly: red. Hex color #976283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976283 is #689D7C. Grayscale: #757575. Windows color (decimal): -6856061 or 8610455. OLE color: 8610455.

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

Color convert

RGB 151 98 131 -
CMYK 0 0.35 0.13 0.41
HSL 322.64º 0.21% 0.49% -
HSV(B) 322.64º 0.35% 0.59% -
XYZ 21.23 16.95 23.63 -
YUV 117.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 151 98 131 0 0.35 0.13 0.41 322.64 0.21 0.49
Hex 97 62 83 0 23 D 29 143 15 31
Octal 227 142 203 0 43 15 51 503 25 61
Binary 10010111 1100010 10000011 0 100011 1101 101001 101000011 10101 110001

Color Harmonies of #976283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976283

Black with #976283

Text Example


Text Example

White with #976283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976283; }

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

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

background-color css

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

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

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

border-color css

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

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

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