Html Css Color HEX #996982 Strikemaster

📋 copy color: '#996982'

red 153 ◦ green 105 ◦ blue 130

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

Shades of Strikemaster #996982

Tints of Strikemaster #996982

RGB

 RED value IS 153 (60.16% from 255) = 39.43%

 GREEN value IS 105 (41.41% from 255) = 27.06%

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

R = 39.43%
G = 27.06%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#996982 (or 0x996982) is known color: Strikemaster. HEX triplet: 99, 69 and 82. RGB value is (153,105,130). Sum of RGB (Red+Green+Blue) = 153+105+130=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #996982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996982 is #66967D. Grayscale: #7A7A7A. Windows color (decimal): -6723198 or 8546713. OLE color: 8546713.

HSL color Cylindrical-coordinate representation of color #996982: hue angle of 328.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996982 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 105 130 -
CMYK 0 0.31 0.15 0.4
HSL 328.75º 0.19% 0.51% -
HSV(B) 328.75º 0.31% 0.6% -
XYZ 22.22 18.49 23.52 -
YUV 122.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 153 105 130 0 0.31 0.15 0.4 328.75 0.19 0.51
Hex 99 69 82 0 1F F 28 149 13 33
Octal 231 151 202 0 37 17 50 511 23 63
Binary 10011001 1101001 10000010 0 11111 1111 101000 101001001 10011 110011

Color Harmonies of #996982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996982

Black with #996982

Text Example


Text Example

White with #996982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996982; }

 p { color: rgb(153,105,130); }

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

background-color css

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

 a { background-color: rgb(153,105,130); }

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

border-color css

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

 span { border-color: rgb(153,105,130); }

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