Html Css Color HEX #96487B Strikemaster

📋 copy color: '#96487B'

red 150 ◦ green 72 ◦ blue 123

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

Shades of Strikemaster #96487B

Tints of Strikemaster #96487B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.65%

R = 43.48%
G = 20.87%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96487B (or 0x96487B) is known color: Strikemaster. HEX triplet: 96, 48 and 7B. RGB value is (150,72,123). Sum of RGB (Red+Green+Blue) = 150+72+123=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #96487B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96487B is #69B784. Grayscale: #656565. Windows color (decimal): -6928261 or 8079510. OLE color: 8079510.

HSL color Cylindrical-coordinate representation of color #96487B: hue angle of 320.77º 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 #96487B is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 72 123 -
CMYK 0 0.52 0.18 0.41
HSL 320.77º 0.35% 0.44% -
HSV(B) 320.77º 0.52% 0.59% -
XYZ 18.47 12.55 20.19 -
YUV 101.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 150 72 123 0 0.52 0.18 0.41 320.77 0.35 0.44
Hex 96 48 7B 0 34 12 29 141 23 2C
Octal 226 110 173 0 64 22 51 501 43 54
Binary 10010110 1001000 1111011 0 110100 10010 101001 101000001 100011 101100

Color Harmonies of #96487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96487B

Black with #96487B

Text Example


Text Example

White with #96487B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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