Html Css Color HEX #96607C Strikemaster

📋 copy color: '#96607C'

red 150 ◦ green 96 ◦ blue 124

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

Shades of Strikemaster #96607C

Tints of Strikemaster #96607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.95%

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

R = 40.54%
G = 25.95%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96607C (or 0x96607C) is known color: Strikemaster. HEX triplet: 96, 60 and 7C. RGB value is (150,96,124). Sum of RGB (Red+Green+Blue) = 150+96+124=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #96607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96607C is #699F83. Grayscale: #737373. Windows color (decimal): -6922116 or 8151190. OLE color: 8151190.

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

Color convert

RGB 150 96 124 -
CMYK 0 0.36 0.17 0.41
HSL 328.89º 0.22% 0.48% -
HSV(B) 328.89º 0.36% 0.59% -
XYZ 20.4 16.31 21.14 -
YUV 115.34 132.89 152.72 -
System Red Green Blue C M Y K H S L
Decimal 150 96 124 0 0.36 0.17 0.41 328.89 0.22 0.48
Hex 96 60 7C 0 24 11 29 149 16 30
Octal 226 140 174 0 44 21 51 511 26 60
Binary 10010110 1100000 1111100 0 100100 10001 101001 101001001 10110 110000

Color Harmonies of #96607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96607C

Black with #96607C

Text Example


Text Example

White with #96607C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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