Html Css Color HEX #966282 Strikemaster

📋 copy color: '#966282'

red 150 ◦ green 98 ◦ blue 130

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

Shades of Strikemaster #966282

Tints of Strikemaster #966282

RGB

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

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

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

R = 39.68%
G = 25.93%
B = 34.39%

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

#966282 (or 0x966282) is known color: Strikemaster. HEX triplet: 96, 62 and 82. RGB value is (150,98,130). Sum of RGB (Red+Green+Blue) = 150+98+130=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #966282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966282 is #699D7D. Grayscale: #757575. Windows color (decimal): -6921598 or 8544918. OLE color: 8544918.

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

Color convert

RGB 150 98 130 -
CMYK 0 0.35 0.13 0.41
HSL 323.08º 0.21% 0.49% -
HSV(B) 323.08º 0.35% 0.59% -
XYZ 20.97 16.83 23.26 -
YUV 117.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 150 98 130 0 0.35 0.13 0.41 323.08 0.21 0.49
Hex 96 62 82 0 23 D 29 143 15 31
Octal 226 142 202 0 43 15 51 503 25 61
Binary 10010110 1100010 10000010 0 100011 1101 101001 101000011 10101 110001

Color Harmonies of #966282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966282

Black with #966282

Text Example


Text Example

White with #966282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966282; }

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

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

background-color css

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

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

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

border-color css

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

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

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