Html Css Color HEX #96637F Strikemaster

📋 copy color: '#96637F'

red 150 ◦ green 99 ◦ blue 127

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

Shades of Strikemaster #96637F

Tints of Strikemaster #96637F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.33%

 BLUE value IS 127 (50% from 255) = 33.78%

R = 39.89%
G = 26.33%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#96637F (or 0x96637F) is known color: Strikemaster. HEX triplet: 96, 63 and 7F. RGB value is (150,99,127). Sum of RGB (Red+Green+Blue) = 150+99+127=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #96637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96637F is #699C80. Grayscale: #757575. Windows color (decimal): -6921345 or 8348566. OLE color: 8348566.

HSL color Cylindrical-coordinate representation of color #96637F: hue angle of 327.06º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96637F is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 99 127 -
CMYK 0 0.34 0.15 0.41
HSL 327.06º 0.2% 0.49% -
HSV(B) 327.06º 0.34% 0.59% -
XYZ 20.87 16.94 22.25 -
YUV 117.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 150 99 127 0 0.34 0.15 0.41 327.06 0.2 0.49
Hex 96 63 7F 0 22 F 29 147 14 31
Octal 226 143 177 0 42 17 51 507 24 61
Binary 10010110 1100011 1111111 0 100010 1111 101001 101000111 10100 110001

Color Harmonies of #96637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96637F

Black with #96637F

Text Example


Text Example

White with #96637F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96637F; }

 p { color: rgb(150,99,127); }

 H1.HeaderClassName
 {
   color: #96637F;
 }
 .AnyTagClassName
 {
   color: #96637F;
 }
</style>

background-color css

<style>
 a { background-color: #96637F; }

 a { background-color: rgb(150,99,127); }

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

border-color css

<style>
 span { border-color: #96637F; }

 span { border-color: rgb(150,99,127); }

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