Html Css Color HEX #96657F Strikemaster

📋 copy color: '#96657F'

red 150 ◦ green 101 ◦ blue 127

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

Shades of Strikemaster #96657F

Tints of Strikemaster #96657F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.72%

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

R = 39.68%
G = 26.72%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#96657F (or 0x96657F) is known color: Strikemaster. HEX triplet: 96, 65 and 7F. RGB value is (150,101,127). Sum of RGB (Red+Green+Blue) = 150+101+127=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #96657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96657F is #699A80. Grayscale: #767676. Windows color (decimal): -6920833 or 8349078. OLE color: 8349078.

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

Color convert

RGB 150 101 127 -
CMYK 0 0.33 0.15 0.41
HSL 328.16º 0.2% 0.49% -
HSV(B) 328.16º 0.33% 0.59% -
XYZ 21.06 17.32 22.31 -
YUV 118.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 150 101 127 0 0.33 0.15 0.41 328.16 0.2 0.49
Hex 96 65 7F 0 21 F 29 148 14 31
Octal 226 145 177 0 41 17 51 510 24 61
Binary 10010110 1100101 1111111 0 100001 1111 101001 101001000 10100 110001

Color Harmonies of #96657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96657F

Black with #96657F

Text Example


Text Example

White with #96657F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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