Html Css Color HEX #96557D Strikemaster

📋 copy color: '#96557D'

red 150 ◦ green 85 ◦ blue 125

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

Shades of Strikemaster #96557D

Tints of Strikemaster #96557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.61%

 BLUE value IS 125 (49.22% from 255) = 34.72%

R = 41.67%
G = 23.61%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96557D (or 0x96557D) is known color: Strikemaster. HEX triplet: 96, 55 and 7D. RGB value is (150,85,125). Sum of RGB (Red+Green+Blue) = 150+85+125=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #96557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96557D is #69AA82. Grayscale: #6C6C6C. Windows color (decimal): -6924931 or 8213910. OLE color: 8213910.

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

Color convert

RGB 150 85 125 -
CMYK 0 0.43 0.17 0.41
HSL 323.08º 0.28% 0.46% -
HSV(B) 323.08º 0.43% 0.59% -
XYZ 19.53 14.46 21.16 -
YUV 109 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 150 85 125 0 0.43 0.17 0.41 323.08 0.28 0.46
Hex 96 55 7D 0 2B 11 29 143 1C 2E
Octal 226 125 175 0 53 21 51 503 34 56
Binary 10010110 1010101 1111101 0 101011 10001 101001 101000011 11100 101110

Color Harmonies of #96557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96557D

Black with #96557D

Text Example


Text Example

White with #96557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96557D; }

 p { color: rgb(150,85,125); }

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

background-color css

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

 a { background-color: rgb(150,85,125); }

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

border-color css

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

 span { border-color: rgb(150,85,125); }

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