Html Css Color HEX #96497D Strikemaster

📋 copy color: '#96497D'

red 150 ◦ green 73 ◦ blue 125

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

Shades of Strikemaster #96497D

Tints of Strikemaster #96497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.98%

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

R = 43.1%
G = 20.98%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96497D (or 0x96497D) is known color: Strikemaster. HEX triplet: 96, 49 and 7D. RGB value is (150,73,125). Sum of RGB (Red+Green+Blue) = 150+73+125=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #96497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96497D is #69B682. Grayscale: #656565. Windows color (decimal): -6928003 or 8210838. OLE color: 8210838.

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

Color convert

RGB 150 73 125 -
CMYK 0 0.51 0.17 0.41
HSL 319.48º 0.35% 0.44% -
HSV(B) 319.48º 0.51% 0.59% -
XYZ 18.66 12.73 20.88 -
YUV 101.95 141.01 162.27 -
System Red Green Blue C M Y K H S L
Decimal 150 73 125 0 0.51 0.17 0.41 319.48 0.35 0.44
Hex 96 49 7D 0 33 11 29 13F 23 2C
Octal 226 111 175 0 63 21 51 477 43 54
Binary 10010110 1001001 1111101 0 110011 10001 101001 100111111 100011 101100

Color Harmonies of #96497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96497D

Black with #96497D

Text Example


Text Example

White with #96497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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