Html Css Color HEX #96487D Strikemaster

📋 copy color: '#96487D'

red 150 ◦ green 72 ◦ blue 125

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

Shades of Strikemaster #96487D

Tints of Strikemaster #96487D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.75%

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

R = 43.23%
G = 20.75%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96487D (or 0x96487D) is known color: Strikemaster. HEX triplet: 96, 48 and 7D. RGB value is (150,72,125). Sum of RGB (Red+Green+Blue) = 150+72+125=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #96487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96487D is #69B782. Grayscale: #656565. Windows color (decimal): -6928259 or 8210582. OLE color: 8210582.

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

Color convert

RGB 150 72 125 -
CMYK 0 0.52 0.17 0.41
HSL 319.23º 0.35% 0.44% -
HSV(B) 319.23º 0.52% 0.59% -
XYZ 18.6 12.6 20.85 -
YUV 101.36 141.34 162.69 -
System Red Green Blue C M Y K H S L
Decimal 150 72 125 0 0.52 0.17 0.41 319.23 0.35 0.44
Hex 96 48 7D 0 34 11 29 13F 23 2C
Octal 226 110 175 0 64 21 51 477 43 54
Binary 10010110 1001000 1111101 0 110100 10001 101001 100111111 100011 101100

Color Harmonies of #96487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96487D

Black with #96487D

Text Example


Text Example

White with #96487D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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