Html Css Color HEX #996482 Strikemaster

📋 copy color: '#996482'

red 153 ◦ green 100 ◦ blue 130

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

Shades of Strikemaster #996482

Tints of Strikemaster #996482

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.11%

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

R = 39.95%
G = 26.11%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#996482 (or 0x996482) is known color: Strikemaster. HEX triplet: 99, 64 and 82. RGB value is (153,100,130). Sum of RGB (Red+Green+Blue) = 153+100+130=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #996482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996482 is #669B7D. Grayscale: #777777. Windows color (decimal): -6724478 or 8545433. OLE color: 8545433.

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

Color convert

RGB 153 100 130 -
CMYK 0 0.35 0.15 0.4
HSL 326.04º 0.21% 0.5% -
HSV(B) 326.04º 0.35% 0.6% -
XYZ 21.72 17.5 23.35 -
YUV 119.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 153 100 130 0 0.35 0.15 0.4 326.04 0.21 0.5
Hex 99 64 82 0 23 F 28 146 15 32
Octal 231 144 202 0 43 17 50 506 25 62
Binary 10011001 1100100 10000010 0 100011 1111 101000 101000110 10101 110010

Color Harmonies of #996482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996482

Black with #996482

Text Example


Text Example

White with #996482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996482; }

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

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

background-color css

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

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

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

border-color css

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

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

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