Html Css Color HEX #966582 Strikemaster

📋 copy color: '#966582'

red 150 ◦ green 101 ◦ blue 130

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

Shades of Strikemaster #966582

Tints of Strikemaster #966582

RGB

 RED value IS 150 (58.98% from 255) = 39.37%

 GREEN value IS 101 (39.84% from 255) = 26.51%

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

R = 39.37%
G = 26.51%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#966582 (or 0x966582) is known color: Strikemaster. HEX triplet: 96, 65 and 82. RGB value is (150,101,130). Sum of RGB (Red+Green+Blue) = 150+101+130=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #966582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966582 is #699A7D. Grayscale: #767676. Windows color (decimal): -6920830 or 8545686. OLE color: 8545686.

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

Color convert

RGB 150 101 130 -
CMYK 0 0.33 0.13 0.41
HSL 324.49º 0.2% 0.49% -
HSV(B) 324.49º 0.33% 0.59% -
XYZ 21.26 17.4 23.36 -
YUV 118.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 150 101 130 0 0.33 0.13 0.41 324.49 0.2 0.49
Hex 96 65 82 0 21 D 29 144 14 31
Octal 226 145 202 0 41 15 51 504 24 61
Binary 10010110 1100101 10000010 0 100001 1101 101001 101000100 10100 110001

Color Harmonies of #966582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966582

Black with #966582

Text Example


Text Example

White with #966582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966582; }

 p { color: rgb(150,101,130); }

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

background-color css

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

 a { background-color: rgb(150,101,130); }

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

border-color css

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

 span { border-color: rgb(150,101,130); }

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