Html Css Color HEX #96577C Strikemaster

📋 copy color: '#96577C'

red 150 ◦ green 87 ◦ blue 124

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

Shades of Strikemaster #96577C

Tints of Strikemaster #96577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.1%

 BLUE value IS 124 (48.83% from 255) = 34.35%

R = 41.55%
G = 24.1%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96577C (or 0x96577C) is known color: Strikemaster. HEX triplet: 96, 57 and 7C. RGB value is (150,87,124). Sum of RGB (Red+Green+Blue) = 150+87+124=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #96577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96577C is #69A883. Grayscale: #6D6D6D. Windows color (decimal): -6924420 or 8148886. OLE color: 8148886.

HSL color Cylindrical-coordinate representation of color #96577C: hue angle of 324.76º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96577C is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 87 124 -
CMYK 0 0.42 0.17 0.41
HSL 324.76º 0.27% 0.46% -
HSV(B) 324.76º 0.42% 0.59% -
XYZ 19.62 14.76 20.88 -
YUV 110.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 150 87 124 0 0.42 0.17 0.41 324.76 0.27 0.46
Hex 96 57 7C 0 2A 11 29 145 1B 2E
Octal 226 127 174 0 52 21 51 505 33 56
Binary 10010110 1010111 1111100 0 101010 10001 101001 101000101 11011 101110

Color Harmonies of #96577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96577C

Black with #96577C

Text Example


Text Example

White with #96577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96577C; }

 p { color: rgb(150,87,124); }

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

background-color css

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

 a { background-color: rgb(150,87,124); }

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

border-color css

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

 span { border-color: rgb(150,87,124); }

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