Html Css Color HEX #966281 Strikemaster

📋 copy color: '#966281'

red 150 ◦ green 98 ◦ blue 129

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

Shades of Strikemaster #966281

Tints of Strikemaster #966281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.22%

R = 39.79%
G = 25.99%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#966281 (or 0x966281) is known color: Strikemaster. HEX triplet: 96, 62 and 81. RGB value is (150,98,129). Sum of RGB (Red+Green+Blue) = 150+98+129=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #966281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966281 is #699D7E. Grayscale: #757575. Windows color (decimal): -6921599 or 8479382. OLE color: 8479382.

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

Color convert

RGB 150 98 129 -
CMYK 0 0.35 0.14 0.41
HSL 324.23º 0.21% 0.49% -
HSV(B) 324.23º 0.35% 0.59% -
XYZ 20.91 16.8 22.91 -
YUV 117.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 150 98 129 0 0.35 0.14 0.41 324.23 0.21 0.49
Hex 96 62 81 0 23 E 29 144 15 31
Octal 226 142 201 0 43 16 51 504 25 61
Binary 10010110 1100010 10000001 0 100011 1110 101001 101000100 10101 110001

Color Harmonies of #966281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966281

Black with #966281

Text Example


Text Example

White with #966281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966281; }

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

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

background-color css

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

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

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

border-color css

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

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

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